.NET Core is a cross-platform free and open-source managed software framework similar to .NET Framework. It consists of CoreCLR, a complete cross-platform runtime...
.net core is a crossplatform free and opensource managed software framework similar to .net framework. it consists of coreclr, a complete crossplatform runtime implementation of clr, the virtual machine that manages the execution of .net programs. coreclr comes with an improved justintime compiler, called ryujit. .net core also includes corefx, which is a partial fork of bcl. while .net core shares a subset of .net framework apis, it comes with its own api that is not part of .net framework. further, .net core contains corert, the .net native runtime optimized to be integrated into aot compiled native binaries. a variant of the .net core library is utilized for uwp. .net core's commandline interface offers an execution entry point for operating systems and provides developer services like compilation and package management.
Twitter
Facebook
Official Website
development software-framework