Skip to content

danielmarbach/StateOfTheDotNetPerformance

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%