Using MiniProfiler in ASP.NET Core

Go to class
Write Review

Free Online Course: Using MiniProfiler in ASP.NET Core provided by Pluralsight is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Using MiniProfiler in ASP.NET Core is taught by David Berry.

Overview
  • This course will help you enable MiniProfiler, which can show you the timing of different code segments within your HTTP request, report on what SQL Statements were run during a request, and even help to detect problems.

    As developers, we want to get fast feedback about how our code is performing, and MiniProfiler is a library that helps us do just that. In this course, Using MiniProfiler in ASP.NET Core, you will learn how you can have the information you need to understand how your application is performing, quickly. First, you will see how to install MiniProfiler. Next, you will learn how you can time critical segments of code and how to track your data access performance. Finally, you will learn how you can track all of the HTTP calls your application makes in a really simple and elegant way. By the end this course, you’ll know how to use MiniProfiler to gain insights into what your application is doing and how it is performing that you never had before.