The .NET framework is basically a programming infrastructure created by Microsoft to create, deploy, and run applications and services that use .NET technologies, such as desktop applications and web services.
.NET core is NET Core, a small optimized runtime that is the foundation of ASP.NET Core 5.
.NET native is a precompilation technology for creating universal Windows applications in Visual Studio 2015
DNX - Environment Dot Net Execution - a new .NET SDK, which is designed for development and execution on multiple platforms.
The CLR core is basically a .NET runtime environment that includes a garbage collector.
CIL - C Intermediate language is a low-level language for human reading, which is a simplified C transformation used for further analysis
PCL - Portable class libraries allow .NET developers to write and create managed assemblies that run on multiple .NET Framework
source share