News

ASP.NET, Web Tools Get an Update

Numerous packages get a refresh with the Visual Studio 2013 Preview.

Along with the new release of Visual Studio 2013 preview comes new tooling and a new version of ASP.NET, Microsoft's framework for building Web sites and Web applications.

The updates amount to more of a refresh of ASP.NET and Web Tools, rather than a major upgrade. The tools are bundled into VS 2013 preview, so there's no need to download them separately for those running the preview.

One of the more obvious upgrades is to the main ASP.NET UI. Called "One ASP.NET," the interface offers a number of templates under one umbrella, including Web Forms, MVC (model-view-controller), Web API, SPA, Facebook and mobile. The release notes for the upgrade state that One ASP.NET takes a "step towards unifying our set of experiences so that you should be able to achieve the same set of functionality no matter how you started building your ASP.NET application."

Other updated or new tools include:

  • ASP.NET Identity, a set of tools for authentication in ASP.NET applications.
  • ASP.NET Web Forms, a foundational technology for building drag-and-drop sites.
  • ASP.NET MVC 5, which uses patterns-based methods to separation business, input and UI logic.
  • ASP.NET Web API 2, for building HTTP services and RESTful applications.
  • Scaffolding, a new code generation framework for MVC, Web Forms and Web API projects.
  • Entity Framework, with a beta of version 6.0.
  • ASP.NET SignalR 2.0 beta 2, which includes support for Xamarin's MonoTouch and MonoDroid cross-platform tools, and a portable .NET Client Library.

The preview released today is not officially supported by Microsoft, so developers should take that into account before installing in production environments.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events