This document discusses .NET Core, a new open source, cross-platform version of .NET. It is not a new version of the .NET Framework, but rather a fork that is being merged back. .NET Core includes CoreCLR (the runtime), CoreFX (the base class library), and tools like the .NET CLI. It uses NuGet for distribution and targets the new .NET Standard platform for cross-platform compatibility. Key goals are running on Linux and Mac as well as Windows, and being optimized for cloud-based applications.