ASP.NET vNext. Open Source and Linux Support

    Microsoft announced a new version of the ASP.NET stack under the Apache 2 license with support for launching on the Mono platform. In addition to the open source, this business will be distributed through NuGet, and development will be conducted under the auspices of the .NET Foundation. The new stack is also optimized for cloud platforms, and the development toolkit allows you to make changes to the code without recompilation and restart.

    The changes also apply to MVC, Web API, Web Pages, SignalR and EF. MVC, Web API and Web Pages now adhere to a single programming model, for example, the same routing mechanism is used, and the basic controller is one for all, from both the view and WebAPI responses can be returned from the same address. Optimization for clouds for the most part consists in the fact that caching mechanisms transparently switch their implementation depending on where the application is running.

    Also popular now: