The ASP.NET MVC Beta release provides a new Model-View-Controller (MVC) framework that facilitates developers in taking take advantage of the MVC design patterns to create their Web Applications. Applications that include the ability to achieve and maintain a clear separation of concerns (the UI or view from the business and application logic and backend data), as well as facilitate test driven development (TDD). This MVC framework defines a specific pattern to the Web Application folder structure and provides a controller base-class to handle and process requests for “actions”. This release comes with an explicit "go-live" license that allows you to deploy it in production environments.
Download: ASP.NET MVC Framework
To learn/explore more about ASP.NET MVC Framework, please follow the links given below:
Tutorials
- Creating a Tasklist Application with ASP.NET MVC
- Understanding Models, Views, and Controllers
- Understanding Controllers, Controller Actions, and Action Results
- Understanding Views, View Data, and HTML Helpers
Quickstarts
Videos
- Creating a Tasklist Application with ASP.NET MVC
- Understanding Models, Views, and Controllers
- Episode 1 with Paul Litwin - Creating a Data Driven MVC Application
- Episode 2 with Paul Litwin - Creating the Controller and View
Sample Applications (Starter Kits)
Blogs and external links
幸運を祈りなさい (All the Best)
| < Prev | Next > |
|---|

