StateOfTheDotNetPerformance
StateOfTheDotNetPerformance copied to clipboard
benchmarks and code samples for my State of the .NET Performance talk
State of the .NET Performance
Code for my talk "State of the .NET Performance"
Caution!
This repository contains examples for both classic .NET and the new .NET Core. You need latest Visual Studio to be able to run it.
Building
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
Running from console
- .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