At the heart of the Microsoft development experience is the .NET Framework. But these days there's so much more than just that original framework. You also need to understand .NET Standard, .NET Core, mono and Xamarin. Not to mention the cool features added to (and coming in the future) C# and Roslyn, and how these all integrate into Visual Studio and Visual Studio Code. These are the base-level tools you need to know for success in the Microsoft development world.
Topics in this track include:
- What's new in C#
- .NET Core
- Sharing code between full .NET, .NET Core, and mono with .NET Standard
- Roslyn
- Creating your own code analyzers
- Interface-based programming
- Programming with delegates