How is .net core different from previous versions?
What is new in .NET CORE? How it is different from previous versions?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikandan MurugesanPosted Jul 2, 2017, 12:31 PM
Rajeesh MenothPosted Jul 2, 2017, 6:13 AM
- Packages Overview : NuGet ( Server Side ) & Bower ( Client Side ) & Node.Js ( Build Tools and Node.js ).
- Removed duplication and now MVC and Web API are the features of ASP.NET Core.
- Modular libraries & runtime optimized for the server and cloud workloads.
- Cross platform support (build & run on Windows, Linux and MAC).
- ASP.NET Core (previously known as ASP.NET 5) is a open source.
- Performance improvement and much faster than the old versions.
- Ability to host on IIS or self-host in your own process.
- Unified framework for MVC, Web API and SignalR.
- Seamless transition from on-premises to cloud(Full cloud-based support )
- Full support of NuGet Package Manager.
- Automatically recompile the application.
- Built-in dependency injection.
- Light weight and fast development cycle.
- Rich framework and easy to maintain.
Reference :Sundaram SubramanianPosted Jul 2, 2017, 3:04 AM