Now ASP. net mvc release candidate can be downloaded. How can I start developing applications with Asp.net MVC? This is a resource guide for learning ASP. net mvc release candidate 1.
First, let's take a look at the ASP. net mvc 1.0 RC events. The two blogs mentioned in this article must be carefully read:
- Http://weblogs.asp.net/scottgu/archive/2009/01/27/asp-net-mvc-1-0-release-candidate-now-available.aspx
- Http://haacked.com/archive/2009/01/27/aspnetmvc-release-candidate.aspx
Then go to the official Asp.net MVC website http://www.asp.net/mvc to read the following 14 updated documents:
- Creating a Movie Database Application
Stephen Walther built a complete ASP. net mvc application from the beginning. This is an application that begins to learn ASP. net mvc Framework and uses ASP. net mvc.Program.
- Understanding models, views, and controllers
Discuss models, views, and controllers? In this Guide, Stephen Walther introduced different departments of ASP. net mvc application.
Learn the differences between ASP. net mvc applications and ASP. NET web forms applications.
- Understanding the ASP. net mvc Execution Process
Learn how to execute ASP. net mvc framework.
- Using ASP. net mvc with different versions of IIS
Learn how to use ASP. net mvc and URL routing in different versions of IIS. Includes ASP. net mvc iis 7.0 (Classic mode), IIS 6.0, and IIS 5.0.
- Creating page layouts with view master pages
Discuss the benefits of master pages to build a unified layout for your ASP. net mvc application. In this Guide, Stephen Walther introduces the master pages view and learns to create master pages with two columns.
- Passing data to view master pages
In this Guide, Stephen Walther explains how to pass data to a master page view. He demonstrated how to create a controller and modify View data through the Controller action.
- Understanding action Filters
This guide introduces action filters to you. Learn how action filters works and how to customize an action filters.
- Improving Performance with output caching
In this guide, you can learn how to improve the performance of ASP. net mvc through the output cache.
- Creating Model classes with the Entity Framework
In this Guide, how to use the Entity Framework in ASP. net mvc.
- Authenticating users with forms authentication
Learn how to use the [authorize] attribute to ensure that the MVC application page can be viewed only after login.
- Authenticating users with Windows Authentication
Learn How to Apply Windows Authentication in MVC application.
- Adding dynamic content to a cached page
Learn how to use dynamic and cached content on the same page.
- Providing website navigation with sitemaps
Learn how to use sitemaps as the navigation structure of your website.