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 look at how to consume DiagnosticListener events where the object is an anonymous type, and so can't be cast to a named Type.…
In this post I describe the DiagnosticSource infrastructure, how it compares to other logging APIs, and how to use it to listen to framework events…
In this post I describe the difficulties of adding calls to UsePathBase with .NET 6 WebApplication programs, and describe two approaches to work around it…
In this post I describe how we tracked down a hanging xUnit test by building a custom XuniTestFramework implementation…
In this post I look at what happens to Tasks that are 'cancelled' using the new .NET 6 WaitAsync() API, and in other Task cancellation scenarios…
In this post I look at how the new Task.WaitAsync() API is implemented in .NET 6, looking at the internal types used to implement it…
Stay up to the date with the latest posts!