- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Under the hood of the Middleware Analysis package
In this post I take a look at the source code behind the Microsoft.AspNetCore.MiddlewareAnalysis package, to see how it's implemented.…

Understanding your middleware pipeline with the Middleware Analysis package
In this post, I take a look at the Microsoft.AspNetCore.MiddlewareAnalysis package, which provide insights into the configuration of your middleware pipeline.…

Exploring IStartupFilter in ASP.NET Core
In this post, I'll take a look at what the IStartupFilter is and how it is used in the ASP.NET Core infrastructure.…

Logging using DiagnosticSource in ASP.NET Core
Although ILogger is the most common, there are actually three logging system in ASP.NET Core. In this post I show how to use the DiagnosticSource system…

Reloading strongly typed options in ASP.NET Core 1.1.0
In this post, I show how to use the new IOptionsSnapshot interface to reload strongly typed options when a configuration file changes in ASP.NET Core 1.1.0…

How to pass parameters to a view component
In this post I will show how you can pass parameters to a view component when invoking it from your view, from a controller, or as a tag helper.…

