How do you approach performance optimization in .NET applications? Any specific tools or methodologies?
2
0
9
1K
6
@DevLeaderCa BenchmarkDotnet is a tool I use a lot when I am trying to find the better way to do stuff. I even keep the benchmarks folder in the coude source and document why we choose certain paths.