Code for my talk "State of the .NET Performance"
This repository contains examples for both classic .NET and the new .NET Core. You need latest Visual Studio to be able to run it.
The following elements are required for building the source code:
- Visual Studio 2017 Preview version 15.3+
- .NET Core SDK
- Internet connection and disk space to download all the required packages
- .NET Core 2.0:
dotnet run -c Release -f netcoreapp2.0
- .NET Core 1.1:
dotnet run -c Release -f netcoreapp1.1
- .NET 4.6:
dotnet run -c Release -f net46