7 easy steps to install MiniProfiler on an ASP.NET MVC website
Adding MiniProfiler is an easy task, but documentation is a bit lacking. In 7 easy steps, I show how to install MiniProfiler on an empty ASP.NET MVC web application.…
Adding MiniProfiler is an easy task, but documentation is a bit lacking. In 7 easy steps, I show how to install MiniProfiler on an empty ASP.NET MVC web application.…
In the context of my Ray Tracer Challenge, I wanted to run some performance analysis on my basic operations and data structures. For this installed and used BenchmarkDotNet, an OSS benchmarking tool used by Microsoft for performance testing the .NET Core runtime and class library. In this post, I'm going to share what I learned about this powerful tool.…