About
Sessions at dev up 2023
Better Parallel Code with C# Channels
Producer/consumer problems show up in a lot of programming scenarios, including data processing and machine learning. Channels give us a thread-safe way to communicate between producers and consume...
I'll Get Back to You: Task, Await, and Asynchronous Methods in C#
There's a lot of confusion about async/await, Task/TPL, and asynchronous and parallel programming in general. So let's start with the basics and look at how we can call asynchronous methods using T...