- 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.

Running JavaScript inside a .NET app with JavaScriptEngineSwitcher
In this post I describe how you can use the JavaScriptEngineSwitcher NuGet package to run JavaScript inside a .NET application…
in .NET Core
Keeping up with .NET: learning about new features and APIs
In this post I describe some of the sources I use to learn about new features and APIs when a new version of .NET is released…

Working on two git branches at once with git worktree
In this post I describe how you can use git worktree to check out multiple branches at once, and some scenarios in which this can be useful…
in Git
Tracking down a hanging xUnit test in CI: building a custom Test Framework
In this post I describe how we tracked down a hanging xUnit test by building a custom XuniTestFramework implementation…

Just because you stopped waiting for it, doesn't mean the Task stopped running
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…

A deep-dive into the new Task.WaitAsync() API in .NET 6
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…

