What's the difference between SDK and Runtime in .NET Core? Answer1 According to the .Net Core Guide, .NET Core is composed of the following items A .NET runtime, which provides a type system, assembly loading, a garbage collector, native interop and…