ASP. net mvc is a front controller web development model launched by Microsoft following ASP. NET webforms. It makes up for the shortcomings of the former, such as insufficient HTML control capabilities and difficulty in unit testing. More importantly, Asp. net MVC Based on MS-PL release, is a real open source framework-and no platform restrictions, that is, you can use in mono or Develop ASP.. Net MVC project.
Microsoft released ASP. net mvc rtm at the MIX conference in March this year, and released some ASP. net mvc 2 plans.CodeIn the mvcfutures project contained in the source, some functional prototypes of V2 are implemented. After more than four months of silence, in early October, Microsoft released the preview 1 version of ASP. net mvc 2.CommunitySolicit feedback and suggestions. Rest assured that ASP. net mvc 2 preview 1 can coexist with ASP. net mvc 1.0 RTM without affecting the normal use of the latter. In December 16, Microsoft released ASP. net mvc 2 RC and made minor updates:
IIS script mapping script is no longer available in the installer
The IIS script mapping script is a command-line script that is used to configure script maps for IIS 6 and for IIS 7 in Classic mode. the script-mapping script is not needed if you use the Visual Studio development server or if you use IIS 7 in integrated mode. the scripts are available as a separate unsupported download on the ASP. net codeplex site.
The HTML. Substitute helper method in MVC futures is no longer available
Due to changes in the rendering behavior of MVC view engines,Html. SubstituteHelper method does not work and has been removed.
: ASP. net mvc 2 Release Candidate
Release document:
RelatedArticle:
ASP. net mvc 2 RC released