Curated developer articles, tutorials, and guides – auto-updated hourly


xUnit 4.0.0 makes full test-case parallelization an explicit option. That is useful, but xUnit 4...


When every unauthorized request becomes the same dashboard line, diagnosis turns into guessing....


Use MCP C# SDK hybrid sessions to keep 2025-11-25 clients stateful while serving 2026-07-28 clients ...


MCP x-mcp-header validation is easy to miss because the annotation looks like ordinary JSON Schema.....


Hey lovely readers, If you've read any of my Public Speaking at Tech Events 101 blog posts, you...

Using graph search to solve real-world problems in C# Most day-to-day C# work involves flat...


A two-factor flag in the user store looks like a reassuring authorization check. It tells us the...


A switch over event types is dynamic dispatch. You just wrote it by hand, took on the maintenance...


Generic Methods Generic methods in .NET are defined with one or more type parameters,...


When I started learning C#, I thought exceptions were mainly about one thing: Put the code inside....


Stop typing everything manually. Hold Ctrl+Space, speak naturally, and watch polished, grammar-fixed...


Skills What are skills? Some may be known as Agent Skills. Let's read some...


Twenty-one clients. Same error. Same week. The support tickets all said the same thing: blank...


A session reset looks simple until a platform reloads data, reconnects or sends the same timestamp.....


I wanted to build something that would force me to work with Linux at a level deeper than simply...


A weekly digest from the Agentic Architect persistence kit: 7 senior C#/.NET rules for engineers kee...


Every time your app calls an LLM, a question hangs in the air: if something goes wrong, can you prov...


Hi everyone! I'm used to working in Java, but I recently got a job interview for a company that...


Microsoft already built a feature flag library for .NET. Here's how to use Microsoft.FeatureManageme...


We’ve all been there: You get an exciting idea for a micro-SaaS on a Friday night. You fire up you...
![[Showoff] Tired of DependencyProperty boilerplate? I built a Zero-Allocation Source Generator for WPF/MAUI with strict type safety.](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9ji4bbjc7lc4rr35vkys.jpg)

Hey everyone, Let's face it: writing DependencyProperty in .NET UI frameworks is a chore. Typing ou...


It’s a classic story: You build an API endpoint in ASP.NET Core using Entity Framework Core. You.....


SingleOrDefault looks like a small query choice. In practice, it is an assertion about your data...


Yesterday, adding a dependency in Jetbrains Rider was a non-event: type the class name, hit...