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

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube