Code Profiling using MiniProfiler in ASP.NET Core 3.1
This article will get you started with how to enable miniprofiler in ASP.NET Core to measure the performance of your application. MiniProlifer helps you understand how your application is performing by allowing you to profile any part of code in…