1.

What Is The Relationship Between .net Core And .net Framework?

Answer»

.NET Core and the .NET FRAMEWORK have (for the most part) a subset-superset relationship. .NET Core is NAMED "Core" since it CONTAINS the core FEATURES from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List

.NET Core and the .NET Framework have (for the most part) a subset-superset relationship. .NET Core is named "Core" since it contains the core features from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List



Discussion

No Comment Found