Desmond File

Blog archive

ASP.NET MVC Goes Beta

If you've been reading the pages of Redmond Developer News, you know that Microsoft has been hard at work building out its Model View Controller (MVC) story. This has been a remarkable effort, and one that previewed Redmond's strategic shift toward a more open -- and more open source-friendly -- technology stance.

After all, the minds behind the MVC push were snapped up by Redmond precisely because they understood the open software market. Scott Hanselman, Phil Haack and Rob Conery have really helped lift Scott Guthrie's Developer Division, as it has taken the lead in Microsoft's more open and pragmatic course of late.

Now comes the release of the first beta of the Microsoft ASP.NET MVC framework, as reported by Redmond Media Group Executive Editor Becky Nagel.

Previewed at the VSLive! Las Vegas conference keynote by Microsoft Senior Program Manager Scott Hanselman, the MVC beta was not pitched as a replacement for Windows Forms-based development.

"Windows Forms is not going away," Hanselman told the VSLive! audience. "It's all about alternatives."

In fact, what MVC promotes for Web developers is a clear separation of concerns in their applications, ensuring that UI, business logic and data exist as discrete entities that can be more easily built, tested and managed. The ASP.NET MVC Framework should, for instance, enable effective test drive development.

You can download the latest beta from Microsoft here.

Are you planning to adopt the ASP.NET MVC Framework for your Web development? Let me know. Email me at mdesmond@reddevnews.com.

Posted by Michael Desmond on 10/16/2008


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