24Jan/082
The biggest and best thing about the MVC framework
Scott Hanselman’s Computer Zen – ASP.NET MVC – WebForms Unplugged
The biggest and best thing about the ASP.NET MVC framework is freedom. Freedom from the page lifecycle. Freedom from a hundred “if(IsBlah)” calls. Freedom from opaque render trees. Freedom from wiring up events one button at a time. Freedom from tons of tiny objects that you have to subclass and override in order to get the code YOU want to write. Freedom from .aspx in your URLs.
The ASP.NET MVC framework is about freedom.



Pingback: Jason Haley