c# Async/await - Pitfall 2 - Synchronisation 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
c# Async/await - Pitfall 1 - Blocking async calls This is a topic which has indeed been well covered and done to death at this point. But I still find many people who frequently fall into misunderstanding and pitfalls