Paul Krill
Editor at Large

Microsoft moves ahead with ASP.Net MVC 3

news
Nov 11, 20102 mins

Web development framework upgrade goes to release candidate stage

Microsoft made available this week a release candidate for its ASP.Net MVC (Model View Controller) 3 framework.

Downloadable at Microsoft’s website, the software enables development of Web applications via a Model View Controller pattern and represents the third version of the platform. An MVC framework is provided atop the .Net 4 runtime. Release candidates generally are the final stage before a general release of technology.

ASP.Net MVC 3 is a pretty sweet release and adds a ton of new functionality and refinements. It is also backward-compatible with ASP.Net MVC V1 and V2 — which makes it easy to upgrade existing apps,” said Scott Guthrie, corporate vice president of the Microsoft Developer Division, in a blog post.

Among the features in version 3 is Razor, a compact view engine for ASP.Net. Razor Intellisense support, for coding assistance, is now supported within Visual Studio and the free Visual Web Developer Express tool.

The NuGet package manager, previously called NuPack, is an open source package manager automatically installed in ASP.Net MVC 3, Guthrie said. “We think NuGet will enable all .Net developers (not just ASP.Net MVC ones) to be able to more easily leverage and share functionality across the community, and make building .Net applications even better.”

Partial page output caching in ASP.Net MVC 3 allows developers to output cache regions or fragments of a response, instead of the full response. Also, AJAX and validation helpers now use an unobtrusive JavaScript approach by default, said Guthrie. “Unobtrusive JavaScript avoids injecting inline JavaScript into HTML markup and instead enables cleaner separation of behavior using the new HTML 5 ‘data-‘ convention (which conveniently works on older browsers — including IE6 — as well). This makes your HTML smaller and cleaner, and makes it easier to optionally swap out or customize JS libraries.”

Also with version 3, the New Project dialog box has been improved. Scaffolding improvements include templates that do a better job of identifying ID/Primary Key properties on models and handles them appropriately.

This article, “Microsoft moves ahead with ASP.Net MVC 3,” was originally published at InfoWorld.com. Follow the latest developments in business technology news and get a digest of the key stories each day in the InfoWorld Daily newsletter.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author