StateOfTheDotNetPerformance

benchmarks and code samples for my State of the .NET Performance talk

MIT License

Stars
16

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:

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
Related Projects