Deep .NET: Building async/await from Scratch
Posted: February 19, 2026
Based on the YouTube session "Deep .NET: Writing async/await from scratch in C#" with Stephen Toub and Scott Hanselman — one of the best…
Posted: February 19, 2026
Based on the YouTube session "Deep .NET: Writing async/await from scratch in C#" with Stephen Toub and Scott Hanselman — one of the best…
Posted: February 15, 2026
This post is inspired by the excellent Multi-Agent as Tool tutorial by Rasmus Wulff Jensen (@rwj_dk). His original sample uses Azure…
Posted: February 8, 2026
Real-time communication is table stakes for modern apps. Whether it's a chat system, live notifications, or an AI customer simulation that…
Posted: February 3, 2026
Ever wondered how enterprise applications handle long-running operations while keeping the UI responsive? In this post, I'll walk through a…
Posted: November 3, 2025
Kiota is an open-source project from Microsoft that generates strongly-typed API clients from OpenAPI specifications. It enables developers…
Posted: September 19, 2025
In modern distributed systems, reliable message processing is crucial. This tutorial demonstrates how to build a robust messaging system…
Posted: September 11, 2025
The Problem That Every Developer Knows Too Well Picture this: You're working on a .NET API with comprehensive test coverage. Sounds great…
Posted: September 9, 2025
In Part 1, you built a simple MCP server in .NET and explored it with MCP Inspector. In Part 2, you saw how LLMs can interact with MCP…
Posted: September 3, 2025
Brief (read me first) We’ll build a tiny local runner first so you can experience how MCP tools are discovered and executed. Once that…
Posted: September 1, 2025
The AI ecosystem is evolving rapidly. Large Language Models (LLMs) are no longer just text predictors—they can reason, analyze, and even…