MSDN Guidance on ASP.NET MVC vs WebForms and its Impact on my EF + ASP.NET Work
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 07 Nov 2009 |
View original | Bookmarked: 0 time(s)
Last year at the fall 2008 DevConnections conference, I was very happy to hear Scott Guthrie providing a clear message about web forms vs. MVC in ASP.NET 4.0.
Now, I am seeing something that is new for MSDN Documentation, not only similar clarity but actual guidance on when Microsoft suggests to use one over the other.
You’ll find this in two places.
First, in the ASP.NET MVC Overview topic. In this document, their is a list of advantages of MVC and a list of advantages of web forms apps.
Next,...