ASP.NET Updates
Written by Kay Ewbank   
Thursday, 07 May 2015

At last week's Build 2015 developer conference Microsoft revealed how ASP.NET has been updated for Visual Studio 2015.

The ASP.NET team has updated ASP.NET 4.6 and ASP.NET 5 for inclusion in the preview release of Visual Studio. The release candidate for ASP.NET 5 is included in the preview, with most of the attention having been on fit-and-finish, performance and reliability according to a post from Rich Lander on the .NET blog. Support for Visual Basic has also been added.

Backing up the new version of ASP.NET is a reworked New ASP.NET Project dialog in Visual Studio. ASP.NET 4.6 and ASP.NET 5 are clearly divided, making it easy to choose which type of app you want to build. The ASP.NET 5 section has fewer choices since more of the scenarios are integrated now.

 

NewASPNETproj

Another improvement is support for finding missing NuGet packages that are referenced in your projects in a similar way to the way you can resolve missing namespace references for types.

While ASP.NET 5 has reached Release Candidate, ASP.NET 4.6 is still being developed, with updates including Web Forms, MVC 5 and Web API 2, support for the .NET Compiler Platform (Roslyn), and hosting changes in IIS to support HTTP/2.

The support for Roslyn in the new version lets you use the new language features of C# and VB in any ASP.NET 4.6 project. Model binding has been extended for Web Forms with support for Async Model Binding which lets you write Asynchronous Model Binding actions.

HTTP/2 support has also been added to ASP.NET in the .NET Framework 4.6. The fact that networking functionality exists at various layers in Windows 10 means that new features were required in Windows, in IIS and in ASP.NET to enable HTTP/2. This is a new version of the HTTP protocol that makes much better use of connections by making fewer round-trips between client and server, so speeding up web page loading for users. 

Banner


Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]



VLOGGER - AI Does Talking Heads
24/03/2024

Developed by Google researchers VLOGGER AI is a system that can create realistic videos of people talking and moving from a single still image and an audio clip as input. 


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 07 May 2015 )