Performance Optimization C#.NET For Energy Efficiency

/ 01 Nov, 2023

In his post Danny describes 3 ways to profile your code for performance optimization and shares three short & sweet performance optimizations you could apply in your code tomorrow.

  • Learn about Visual Studio’s profiler, JetBrains dotTrace and BenchmarkDotnet
  • Learn about the famous ‘for each’ versus ‘for’ discussion, ArrayPool and fixe-size collections
  • Additionally pick something up about energy efficiency and how it affects carbon footprint

Read the full story here.