In keeping with my previous post in this series, this one is about context synchronisation in .net web applications. There is no SynchronisationContext in .net core (.net 5+). Keep that in mind. When you await a task in the .net framework, once the task is complete, the default is to