What is .NET Core? View Article Information Posted Date: 25. October 2018 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET vNext, ASP.NET Core Keywords: characteristics of .net core, define .NET Core, interview questions dot netcore .NET Core has two major components. It includes a small runtime that is built from the same codebase as the .NET Framework CLR. The .NET Core runtime includes the same GC and JIT (RyuJIT), but doesn’t include features like Application Domains or Code Access Security. The runtime is delivered via NuGet, as part of the [ASP.NET Core] package. [Continue Reading]