Going back to ASP.Net Webforms from ASP.Net MVC. Recommend patterns/architectures?
Posted
by
jlnorsworthy
on Programmers
See other posts from Programmers
or by jlnorsworthy
Published on 2011-03-08T06:07:06Z
Indexed on
2011/03/08
16:18 UTC
Read the original article
Hit count: 349
asp.net-mvc
To many of you this will sound like a ridiculous question, but I am asking because I have little to no experience with ASP.Net Webforms - I went straight to ASP.Net MVC.
I am now working on a project where we are limited to .Net 2.0 and Visual Studio 2005.
I liked the clean separation of concerns when working with ASP.Net MVC, and am looking for something to make webforms less unbearable. Are there any recommended patterns or practices for people who prefer asp.net MVC, but are stuck on .net 2.0 and visual studio 2005?
© Programmers or respective owner