December 2018
Beginner to intermediate
668 pages
15h 30m
English
There are three key differences, as shown in the following table:
| .NET Core | .NET Framework |
|
Distributed as NuGet packages, so each application can be deployed with its own app-local copy of the version of .NET Core that it needs. |
Distributed as a system-wide, shared set of assemblies (literally, in the Global Assembly Cache (GAC)). |
|
Split into small, layered components, so a minimal deployment can be performed. |
Single, monolithic deployment. |
|
Removes older technologies, such as Windows Forms and Web Forms, and noncross-platform features, such as AppDomains, .NET Remoting, and binary serialization. |
Retains some older technologies such as Windows Forms, WPF, and ASP.NET Web Forms. ... |
Read now
Unlock full access