Visual Studio / .NET Framework

T11 Getting to the Core of .NET Core

10/04/2016

1:30pm - 2:45pm

Level: Intermediate

Adam Tuliper

Principal Software Engineer, DX

Microsoft

.NET Core is truly a new technology that is fast, efficient, cross platform, and open source. It also shares many similarities with the .NET we’ve known and loved for years. This session explains exactly what .NET Core is but doesn’t stop there. We’ll dive deep into what the architecture and the runtime is – including how it works across different platforms like Windows and Linux. We’ll also explore how your apps are loaded and who hosts them, how the runtime finds tools to run commands on, and deeper subjects like what the muxer is, getting true side by side deployment, the new .NET Platform Standard, and more.

You will learn:

  • Where you can use your existing code with .NET Core
  • How your applications are loaded with .NET Core
  • The architecture behind .NET Core