News

Microsoft Releases New MVC Beta

Microsoft releases beta of model-view-controller framework with a go-live license.

Microsoft last month released a new beta of its ASP.NET-based model-view-controller (MVC) framework, its architecture for Web applications based on .NET 3.5 Framework.

The new MVC beta release comes with an "explicit go-live" license, allowing developers to deploy it in live production environments, said Scott Guthrie, corporate vice president in Microsoft's developer group, in a blog posting announcing the release.

"The previous preview releases also allowed go-live deployments, but did so by not denying permission to deploy as opposed to explicitly granting it (which was a common source of confusion)," Guthrie wrote, adding that the current release is clearer about the license terms.

Among the updated features in the latest beta that Guthrie highlighted are a new "add-view" menu in Visual Studio and a new scripts directory under the project root. "This is now the recommended place to store JavaScript files in your application," he noted. Also, the beta now adds both ASP.NET AJAX and jQuery libraries to that folder, Guthrie added. In all, there are a dozen new features highlighted in his blog positing, which you can find here.

Scott Hanselman, a senior program manager in Microsoft's Developer Division, previewed MVC on the day of its release in a keynote address at last month's VSLive! conference in Las Vegas. During the keynote Hanselman emphasized that Microsoft is not positioning ASP.NET MVC as a replacement for Windows Forms.

"Windows Forms is not going away," Hanselman said. It's just a different way to work, one designed to give developers more control as well as significantly reduce repetitive tasks. "It's all about alternatives," he added.

While the beta is new, Microsoft has been releasing "Public Previews" of the software over the past year, with the most recent in September. The community technology preview was released last December.
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