03The .NET Developer Interview · Part 3 async/await Interview Questions (the Deadlock Special) Why async void is dangerous, how .Result deadlocks, Task vs Thread, cancellation — reproduce the classic traps yourself and never fumble an async question again. Aug 7, 2026 · 7 min read →
C# & .NET async/await Explained with a Coffee Shop Why does your app freeze? Because someone is waiting where they should be brewing. Asynchronous code explained with baristas — and C# examples. Jul 30, 2026 · 5 min read →
11Blazor: Beginner to Intermediate · Part 11 Calling Web APIs from Blazor with HttpClient Fetch live data with HttpClient and GetFromJsonAsync, handle loading and errors gracefully, and display API results in your UI. Jul 30, 2026 · 6 min read →