Anatomy of a Claude Code Session - Under the Hood on a .NET Repo
Trace what happens inside Claude Code on a .NET repo, from keystroke to code change: the agentic loop, tools, context management, sub-agents, and token budget.
13 articles and counting
Trace what happens inside Claude Code on a .NET repo, from keystroke to code change: the agentic loop, tools, context management, sub-agents, and token budget.
What every file in the .claude folder does: CLAUDE.md, rules, skills, agents, commands, settings.json and the global ~/.claude/, on a real .NET setup.
Learn Claude Code from scratch: install it, write your first CLAUDE.md, use Plan Mode and auto mode, what it really costs, and how it compares to Copilot.
11 copy-paste Claude Code prompts for .NET developers: architecture, scaffolding, EF Core, testing and Aspire, each with guardrails that keep output clean.
Teach Claude Code your conventions once. Build a custom skill that scaffolds a full vertical slice in .NET 10 - endpoint, handler, validator, EF config, and test - your way.
Twenty advanced Claude Code tips for .NET developers: context engineering, hooks, subagents, MCP, worktrees, and model selection to ship faster in 2026.
Turn Claude Code into a senior engineer that knows your codebase. The perfect CLAUDE.md for .NET - memory hierarchy, AGENTS.md interop, and copy-paste templates.
Run parallel Claude Code sessions on isolated .NET branches with Git worktree support: the --worktree flag, branching from a PR, subagent isolation, cleanup.
How I use Claude Code Plan Mode to scope ASP.NET Core features before any code is written: the 4-phase workflow, opusplan, Ultraplan review, and /goal.
Write effective Claude Code prompts for .NET 10 projects. The 4-layer instruction hierarchy, 10 Bad vs Better patterns, and a decision matrix from 6 months of daily use.
Build reusable skills in Claude Code with SKILL.md to automate .NET workflows: frontmatter reference, arguments, subagent delegation, and 5 production patterns.
Install and use dotnet-claude-kit: 47 skills, 10 agents, 16 commands, and 20 Roslyn MCP tools that make Claude Code write production-ready .NET 10 code.