MiniProfiler – ASP.NET Core and Entity Framework Profiler
Whenever I create a new ASP.NET website, MiniProfiler is one of the first NuGet packages that I download. MiniProfiler is like Dapper, a library offered by StackExchange, the owner of StackOverflow. This library gives me insights into how much time it takes to make a request. It shows you the trace of the execution thread and other insights that can … Read more