A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors. Inspired by awesome-... stuff.
- Pro .NET Performance by Sasha Goldshtein, Dima Zurbalev, Ido Flatow
- CLR via C# by Jeffrey Richter
- Pro Asynchronous Programming with .NET by Richard Blewett, Andrew Clymer
- Writing High-Performance .NET Code by Ben Watson
- Advanced .NET Debugging by Mario Hewardt
- Concurrent Programming on Windows by Joe Duffy
- .NET IL Assembler by Serge Lidin
- High-Performance Windows Store Apps by Brian Rasmussen
- Customizing the Microsoft® .NET Framework Common Language Runtime by Steven Pratschner
- Under the Hood of .NET Memory Management by Chris Farrell and Nick Harrison
- Mastering .NET Performance Tuning by John Robbins
- Using Threads Effectively to Build Scalable, Responsive, and Fast .NET Applications and Components by Jeffrey Richter
- Making .NET Applications Faster by Sasha Goldshtein
- Making .NET Applications Even Faster by Sasha Goldshtein
- Measuring .NET Performance by Sasha Goldshtein
- PerfView Tutorial by Vance Morrison
- Defrag Tools - Perf View by Vance Morrison
- .NET Performance and Debugging Workshop by SELA (Israel)
- .NET Performance by SELA (Israel)
- Asynchronous Computing and Composing Asynchronous and Event-Based by SELA (Israel)
- Parallel Programming with the TPL by SELA (Israel)
- Solid Async in .NET by Rock Solid Knowledge (UK)
- Mastering .NET Performance Tuning by Wintellect (USA)
- Mastering .NET Threading by Wintellect (USA)
- Safe Systems Programming in C# and .NET by Joe Duffy
- Performance Optimizations in the Wild by Oren Eini (Ayende)
- Lessons in Extreme .NET Performance by Ben Watson
- Performance and How to Measure It by Matt Warren
- Making .NET applications faster by Sasha Goldshtein
- The Vector in Your CPU: Exploiting SIMD for Superscalar Performance by Sasha Goldshtein
- Matt Warren
- Andrey Akinshin
- Oren Eini aka Ayende
- Sasha Goldshtein
- Alexandre Mutel aka xoofx
- Jack Mott aka PerlinMandleBro
- Ben Adams
- Jan Kotas
- Stephen Toub
- omariom
- James Ko
- mikedn
- Justin Van Patten
- nietras
- Vladimir Sadov
- Federico Andres Lois
- BenchmarkDotNet - Powerful .NET library for benchmarking.
- NBench - Cross-platform performance benchmarking and testing framework for .NET applications.
- xunit.performance - Provides extensions over xUnit to author performance tests.
- MathNet - Math.NET is an opensource initiative to build and maintain toolkits covering fundamental mathematics, targetting advanced but also every day needs of .Net developers.
- Nessos Streams - A lightweight F#/C# library for efficient functional-style pipelines on streams of data.
- SIMD Array - SIMD and other Performance enhanced Array operations for F#.
- markdig - Markdig is a fast, powerful, CommonMark compliant, extensible Markdown processor for .NET.
- Wire - A high performance polymorphic serializer for the .NET framework.
- Disruptor-Net - .NET port of LMAX Disruptor, a faster alternative to BlockingCollection.
- SimpleInjector - Fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.