Downloaded 12 times









This document provides an agenda for introducing .NET Core, an open source and cross-platform version of .NET. It discusses issues with past .NET frameworks being fragmented with too many runtimes and lack of portable libraries. .NET Core aims to solve these issues by having a single runtime (Core CLR) and unified class libraries that can be shipped with applications. It also provides demos and links to .NET Core open source projects on GitHub for the CLR, foundational libraries, compiler and build tools.