13
Reply

Why we have ASP.NET Core 1.0 And .NET Core 1.0?

Ankur Mistry

Ankur Mistry

Jan 27, 2016
3.6k
1

    ASP.NET Core 1.0 is new branding name for ASP.NET 5 which is a new open-source and cross-platform framework for building modern cloud-based web app. .NET Core 1.0 on the other hand is the new .NET Core 5 which is a refactored version of .NET. It was redesigned to be modular which allows developers to plug components which are only required for your project, most features will be available as plugins via NuGet. Microsoft rebranded the previous ASP.NET 5 stuff because the whole .NET now is new that's why the Core 1.0 was born.

    .Net Core 1.0 is to provide cross platform web app development and ASP.NET Core 1.0 is totally new open source ASP.NET with lot many great features.

    Shweta Lodha
    January 27, 2016
    2

    Both are like open source technology by microsoft

    Khaja Moizuddin
    December 02, 2016
    0

    Because these are new. The whole .NET Core concept is new. The .NET Core 1.0 CLI is very new. Not only that, but .NET Core isn't as complete as the full .NET Framework 4.6.

    Shivam Shukla
    September 19, 2016
    0

    .NET Core is a cross-platform, open source, and modular .NET platform for creating modern web apps, microservices, libraries and console applications.

    Sandeep Singh
    September 05, 2016
    0

    Since ASP.NET Core is now framework independent, it can be hosted outside the IIS. You can use OWIN to wrap your application and host it whenever you want for example Linux

    Nguyễn Đạt
    August 12, 2016
    0

    If you develop an application using ASP.NET Core.. you can deploy the applicaitons in linux and Mac operating systems as well..

    Praveen Kumar Sreeram
    August 03, 2016
    0

    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 or EF Core 1.0 colloquially.

    Tarun Raj
    August 02, 2016
    0

    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 or EF Core 1.0 colloquially.

    Keerthi Venkatesan
    June 08, 2016
    0

    ASP.NET 5 is now ASP.NET Core 1.0. .NET Core 5 is now .NET Core 1.0.

    .NET Core 5 is a modular runtime and library implementation that includes a subset of the .NET Framework. Currently it is feature complete on Windows, and in-progress builds exist for both Linux and OS X. .NET Core consists of a set of libraries, called “CoreFX”, and a small, optimized runtime, called “CoreCLR”. .NET Core is open-source, so you can follow progress on the project and contribute to it on GitHub

    Munesh Sharma
    May 09, 2016
    0

    Main Feature of ASP.NET Core 1.0 is cross platform development

    Pankaj Kumar Choudhary
    February 09, 2016
    0

    Why 1.0? Because these are new. The whole .NET Core concept is new. The .NET Core 1.0 CLI is very new. Not only that, but .NET Core isn't as complete as the full .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. It doesn't yet support VB or F#. more details check below link : http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx

    Ankur Mistry
    January 27, 2016
    0