ASP.NET Updated And Renamed
Written by Kay Ewbank   
Friday, 22 January 2016

Microsoft has a new version of ASP.NET. To signal that its a fresh start both it and Entity Framework are being given a new identity.

Somewhat confusingly, the name has been changed from what would have been ASP.NET 5 to ASP.NET Core 1.0, while Entity Framework 7 (when it appears) will now be called Entity Framework Core 1.0.

.NET Core is, of course, the open source version of .NET that was introduced in 2014, see .NET Core The Details - Is It Enough?. It too is to have its numbering changed with the upcoming version designated .NET Core 1.0. 

openaspnet

The thinking behind the renaming is that ASP.NET is something that developers understand and use, but the next version is newly written from scratch and isn't actually a replacement. ASP.NET 4.6 remains supported and released, and is more complete than the .NET Core version. 

The need for redeveloping the .NET platform is to enable it to become cross-platform and open source, and to have a modular design. This opens the way for features such as native code compilation so that performance can be improved.

The full renaming is:

  • ASP.NET 5 is now ASP.NET Core 1.0
  • .NET Core 5 is now .NET Core 1.0.
  • Entity Framework 7 is now Entity Framework Core 1.0.

aspnetchoose

 

Writing about the new version, developer evangelist Scott Hanselman says:

"The whole .NET Core concept is new. The .NET CLI is very new. Not only that, but .NET Core isn't as complete as the full .NET Framework 4.6. We're still exploring server-side graphics libraries. We're still exploring gaps between ASP.NET 4.6 and ASP.NET Core 1.0."

ASP.NET Core 1.0 is a 1.0 release that includes Web API and MVC but doesn't yet have SignalR or Web Pages, nor does it have support (yet) for VB or F#. These are planned for addition in the future. If you need these elements, ASP.NET 4.6 is still the option to go for.

openaspnet

More Information

Scott Hanselman's blog

ASP.NET download page

ASP.NET 5 Overview

Related Articles

DNX Arrives With ASP.NET 5 Beta 7

ASP.NET 5 Beta5 Released

ASP.NET 5 Cross Platform - But Is It Still ASP?

Microsoft's Project Helios - The New ASP.NET         

ASP.NET Future Revealed

.NET Core The Details - Is It Enough? 

    

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Grafana 11 Improves Metrics
11/04/2024

Grafana Labs, creators of the Grafana open-source metrics analytics and visualization suite, has announced the preview release of Grafana 11 with improvements to make it easier to view metrics, and ch [ ... ]



JetBrains Launches IDE Services
09/04/2024

JetBrains has launched a new product suite for enterprises. JetBrains IDE Services is designed for use by large organizations with the aim of boosting developer productivity at scale.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Friday, 22 January 2016 )