Marc Costello
  • Home
Subscribe
Tagged

async

A collection of 2 posts

Async/await  - Pitfall 2 - Synchronisation
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 in mind. When you await a task in the .net framework, once the task is complete, the default is to

  • Marc Costello
Marc Costello Mar 7, 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 the context

  • Marc Costello
Marc Costello Feb 27, 2020 • 3 min read
Marc Costello © 2022
Powered by Ghost