Visual Studio 2015 Express (3) -- ASP. NET new feature, studio2015
Series of articles
Visual Studio 2015 Express (1) -- C #6.0 how to use new features
Visual Studio 2015 express delivery (2)-improved efficiency and quality (core competitiveness of VS2015)
Microsoft publicized ASP in a high profile as early as the Build conference in March. NET 5, as one of the most important technical stacks of Microsoft development tools, this VS2015 release did not follow the release of the official version, which is not a small concern. Without ASP. NET 5, VS2015 won't disappoint you too much. After all, there are still many minor upgrades and enhancements.
Let's talk about ASP first. NET 4.6. Microsoft finally implemented asynchronous programming and finally supported asynchronous return on Model Binding, although this process usually does not involve time-consuming operations and must be used asynchronously to make better use of resources, it is not ruled out that there are still some situations to be prepared. In general, the traditional web form basically does not change much. From the perspective of the project created by the new template, only by default, the support for the Roslyn compilation platform is added, some HTTP/2 support is added, and other framework class libraries are upgraded. This ensures that the new versions of C # and VB can be used, you can even process the compilation process by yourself.
Milestone
Release Date
Target
Beta6
27 Jul 2015
Localization, componentization service,. NET 4.6 support
Beta7
24 Aug 2015
Cross-platform operation and development
Beta8
21 Sep 2015
Freeze all functions
RC1
Nov 2015
Stability
1.0.0
Q1 × 2016
Official release
Next, let's take a look at the advanced features in Visual Studio 2015. Please stay tuned ~