October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Introducing the ASP.NET MVC Framework
• Creating Your First ASP.NET MVC Application
• Summary
ASP.NET Web Forms was originally created to give Windows Forms developers a familiar paradigm when developing web applications. Web Forms creates abstractions and provides the underlying plumbing to enable developers to create event handlers for things such as click-and-selection changed events. Some developers felt that this abstraction incurred too much overhead and complicated the act of building web applications.
Many of those who felt that way were fans of a Model View Controller (MVC) pattern. This pattern goes by several other names, ...