My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I discuss how handler DI scopes work in IHttpClientFactory, and how they're different to the request DI scope.…
In this post I look in depth at the code behind the default implementation of IHttpClientFactory and see how it manages HttpClient handler lifetimes.…
In this post I show how you can use a unit test to identify duplicate routes that would fail at runtime…
In this post I show how you can create custom endpoint graphs for your application to better understand the routes used in your application.…
In this post I show how you can use the library ImpromptuInterface to make it easier to call internal classes using reflection.…
In this post I show how the endpoint routes in an ASP.NET Core 3.0 application can be visualized as a directed graph, and explore the information it contains.…
Stay up to the date with the latest posts!