Proper Way to Benchmark Code Execution Time in C#

To properly benchmark code execution time we need to minimize interference from outside factors by taking into consideration the following items that can affect our measurement: Garbage Collector JIT Compilation Timing Precision Build Configuration Garbage Collector When we fill the managed heap by creating new objects then the .Net Framework’s... [Read More]
Tags: c#, perfomance

Hello World!

This is my first post, how exciting!