April 2017
Intermediate to advanced
564 pages
24h 7m
English
For better clarity, let me tabularize the various points of difference between these two frameworks
|
Sr.No. |
.NET |
.NET Core |
|
1 |
Complete development environment for Microsoft .NET Application. |
As .NET is super set, .NET core will be a subset of the functionalities. |
|
2 |
Closed source strategy. |
Open source strategy. |
|
3 |
Runs on Windows platform only. |
True cross-platform; supports all major OSs like Windows, Linux, Mac, and the like. |
|
4 |
Proprietary compiler. |
Open source compiler, Roslyn. |
|
5 |
Distributed with Windows. |
Distributed with Application. |
|
6 |
Hosting server IIS, runs only on Windows platform. |
Open source hosting server Kestrel, runs across multiple platforms beyond ... |
Read now
Unlock full access