Profiling .NET code with MiniProfiler
Sometimes your project does not perform well as you would expect. Bottlenecks occur, and it can be hard to understand where and why.
So, the best thing you should do is to profile your code and analyze the execution time to understand which are the p...
code4it.hashnode.dev6 min read