Lazycoder

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.

Filed under: General Leave a comment
  • http://blodgettm.blogspot.com Matt Blodgett

    Amen! I can’t wait to use MVC on a real project.

  • Pingback: Jason Haley

  • http://blog.lozanotek.com Javier Lozano

    right on! preach it!