About
Sessions at dev up 2025
Get on the Bus! - The Azure Service Bus
Azure Service Bus is Microsoft’s cloud offering for developing queue and message-based applications. We’ll explore core Azure Service Bus techniques and concepts including: • Sending and Receiving...
Wait, What? C# Async-Await Explained
I’ve probably written a thousand async-await functions, and you probably have, too. But I have a confession to make: it wasn’t until quite recently that I understood what async-await actually does ...