Patterns of Distributed Systems in C# and .NET: A New Series for People Who Ship Real Systems
A technical series translating distributed systems patterns into practical C#/.NET implementations for production software.
A technical series translating distributed systems patterns into practical C#/.NET implementations for production software.
A tutorial on building an interactive Color Picker MCP App using C# and .NET, demonstrating the new UI capabilities of the Model Context Protocol.
A daily roundup of top IT and developer news, including updates on .NET, AI agents, Visual Studio, web development, and Windows tools.
Continues a series on building a .NET garbage collector in C#, focusing on implementing the mark and sweep phases.
Explores 'Untitled Document Syndrome' and how software friction, like verbose syntax, discourages starting tasks, using programming language examples.
Using GitHub Copilot CLI to build a .NET console app that merges MP3 files into a large audio file, focusing on streaming and CLI design.
Using C# extension methods to solve nullability issues when modeling optional DTOs for partial entity updates.
A technical tutorial on implementing a simulated IoT device in C# that uses X.509 certificates to auto-provision via Azure Device Provisioning Service.
Explains how to use Immediately Invoked Function Expressions (IIFE) in C++ for complex variable initialization while keeping variables const.
A 2026 guide for beginners on why and how to start learning C++, covering its relevance in AI, game dev, and systems programming.
Explains a technique using reflection and dynamic methods to eliminate allocations when using foreach on an IEnumerable<T> in C#.
A pure C, dependency-free implementation of the FLUX.2-klein-4B AI model, created with AI assistance.
A pure C, dependency-free implementation of the FLUX.2-klein-4B AI model, created with AI assistance.
Explains a subtle bug in Microsoft Agent Framework's DevUI where missing workflow names cause runtime errors and provides a fix.
A daily link roundup for developers covering VS Code agent skills, .NET 10 features, React debugging, AI coding trends, and web development tools.
Explores a C# proposal for adding arguments like capacity and comparers to collection expressions, potentially in C# 15+.
How to fix timeout issues in OllamaSharp for C# when running long AI workloads, with a custom extension library.
A daily tech link roundup covering AI, web development, .NET, and software engineering trends for January 2026.
Introduces a free, open-source .NET Toolbox with utilities like JSON to C# conversion, middleware designer, and package centralizer for developers.
Guide to installing Microsoft .NET 10 on a Raspberry Pi for C# IoT development, including hardware requirements and a custom install script.