Blog
On AI-native .NET: Claude Code, MCP, and shipping production C# with coding agents.
-
June 21, 2026
How to use Claude Code on a large C# solution without blowing the context window
Practical checklist for keeping Claude Code focused on a multi-project .NET solution: per-directory CLAUDE.md files, subagent fan-out, Roslyn MCP, and session discipline.
-
June 21, 2026
Claude Code subagents and skills for .NET: when to use each (with a starter set for a C# solution)
The difference between a skill, a subagent, and a slash command in Claude Code - and which .NET tasks belong to each, with a practical starter set for C# solutions.
-
June 21, 2026
Claude Code vs Cursor vs GitHub Copilot for .NET: which to use in 2026 (and how to combine them)
Feature and price comparison of Claude Code, Cursor, and GitHub Copilot for C#/.NET in 2026, with a clear verdict on when to use each and how to combine them.
-
June 21, 2026
What goes in a CLAUDE.md for a C# / .NET project (with a copy-paste template)
A practical CLAUDE.md template for .NET 10 projects: what to include, what to leave out, and why the right file keeps an AI agent on rails.
-
June 21, 2026
How to add a feature to a .NET 10 minimal API with Claude Code, test-first (a 20-minute worked example)
A complete, runnable walkthrough: start a .NET 10 minimal API that Claude Code understands, then add a real feature test-first - prompt, red contract test, thin endpoint, green - in about 20 minutes.
-
June 21, 2026
EF Core 10: what's new, and how to let an AI agent write safe migrations
A complete look at EF Core 10 new features - LeftJoin/RightJoin, named query filters, vector search, JSON columns - plus how to let Claude Code write safe migrations.
-
June 21, 2026
Vertical slice architecture in .NET: the most AI-agent-friendly way to structure a minimal API
What vertical slice architecture is, why it works better with AI agents than Clean Architecture, and how to structure a .NET 10 minimal API as vertical slices with contract tests.
-
June 4, 2026
Claude Code for .NET developers: a practical guide (2026)
What Claude Code is, why it fits C# and .NET, how to set it up for a solution (CLAUDE.md, MCP, tests), and how it compares to Cursor and GitHub Copilot.
-
June 4, 2026
MCP for .NET: give your AI agent real tools (2026)
What the Model Context Protocol is, why a Roslyn-aware MCP server matters for C#, which servers to use, and how to wire up .mcp.json for Claude Code, Cursor, and Copilot.