Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Model-View-Controller (MVC) pattern is an architectural design principle that separates the components of a Web application. This separation gives you more control over the individual parts of the application, which lets you more easily develop, modify, and test them.
ASP.NET MVC is part of the ASP.NET framework. Developing an ASP.NET MVC application is an alternative to developing ASP.NET Web Forms pages; it does not replace the Web Forms model.
You can get the most up-to-date version of the ASP.NET MVC framework from the ASP.NET MVC download page. For information about what is new in this release of MVC, see ASP.NET MVC 3 on the ASP.NET web site. For information about what is planned for ASP.NET MVC 4, see ASP.NET MVC 4 Roadmap.
Last updated March 13, 2012
Documentation Resources for ASP.NET MVC 3
We suggest the following documentation to help you learn about ASP.NET MVC.
Videos About ASP.NET MVC 3
The following video entries provide additional information about how to work with ASP.NET MVC 3. Some of these videos are listed earlier, but are listed here again for convenience.
Introduction to ASP.NET MVC 3 (Pluralsight)
MVC 3 – 101 (video presentation by Scott Hanselman)
ASP.NET MVC 3 @:The Time is Now (video presentation by Phil Haack)
ASP.NET + Packaging + Open Source = Crazy Delicious (video presentation by Scott Hanselman)
ASP.NET MVC 3 Roundup of Tutorials, Videos, Labs, and other Assorted Training Materials (Jon Galloway)
ASP.NET MVC Controllers (Pluralsight)
Using ASP.NET MVC Razor Helpers (Jon Galloway)
ASP.NET MVC Razor Views (Pluralsight)
Working with Data (Part I): Entity Framework (Pluralsight)
Working with Data (Part II): Validation and Mapping (Pluralsight)
JavaScript and Ajax (Pluralsight)
Security (Pluralsight)
Leveraging the ASP.NET Runtime (Pluralsight)
Unit Testing (Pluralsight)
Deployment & Configuration (Pluralsight)
ASP.NET MVC 3 Videos (Scott Hanselman)
Advanced MVC 3 (Brad Wilson)
ASP.NET MVC 3 Roundup of Tutorials, Videos, Labs, and other Assorted Training Materials (Jon Galloway)
Last updated March 13, 2012