Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 724 Bytes

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