News

Microsoft Releases ASP.NET MVC

More than a year after its first community technology preview was released, ASP.NET Model View Controller (MVC) has finally shipped.

Microsoft Corporate Senior Vice President Scott Guthrie announced the release of ASP.NET MVC 1.0 in his opening day keynote address at the MIX09 event in Las Vegas last week. The MVC tooling is available for download from the Microsoft Web site here.

Running atop the ASP.NET 3.5 runtime, ASP.NET MVC allows Visual Studio 2008 developers to take advantage of design patterns that enable a clear separation of concerns among underlying data (model), user interface (view) and application logic (controller) roles. The resulting approach isolates application behaviors, enabling adoption of test-driven development (TDD) and yielding more maintainable and reusable code. ASP.NET MVC includes templates for Visual Studio 2008 that developers can use to start work on MVC-enabled Web applications.

Bola Rotibi, principal analyst for U.K.-based research firm Macehiter Ward-Dutton, said ASP.NET MVC promises to yield better applications. "MVC is an important, if long-awaited release, and will enable developers to really apply separation of concern practices, making applications easier to maintain and reuse."

The final version of ASP.NET MVC was expected to arrive in the MIX timeframe, despite the surprise release of a Release Candidate (RC) 2 version in early March. RC2 cleaned up some bugs and updated jQuery support to version 1.3.1, among other changes.

Roger Jennings, principal at OakLeaf Systems and a frequent contributor to Visual Studio Magazine, expects MVC to quickly gain traction, picking up 25 to 30 percent of the ASP.NET developers over the next year.

Rotibi agrees that the release could kick-start adoption of the MVC architectural pattern among .NET developers. "While it is true that model view controller principles are not always well-understood or practiced widely within the development community, the support of it within the widely adopted ASP.NET will help further its understanding and use," she said.

Microsoft offers ASP.NET MVC design guidance and sample apps here.

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube