Marc Costello
  • Home
Sign in Subscribe

dotnet

A collection of 2 posts
Async/await  - Pitfall 2 - Synchronisation
c#

Async/await - Pitfall 2 - Synchronisation

In keeping with my previous pos [https://www.marccostello.com/async-await-pitfall-1-blocking-async-calls/]t 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. [https://blog.stephencleary.com/2017/03/aspnetcore-synchronization-context.html] When you await a
07 Mar 2020 2 min read
Async/await - Pitfall 1 - Blocking async calls
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 when working with asynchronous behaviour; using async/await in .NET. I'm primarily writing this series of post in
27 Feb 2020 3 min read
Page 1 of 1
Marc Costello © 2025
Powered by Ghost