NL

Claude Opus 4.6 — what the best AI model means for your .NET code

Opus 4.6 is now the default model in Claude Code. With 1M tokens of context and an 80.8% SWE-bench score, it’s the biggest single-generation jump yet. Here’s what changes for .NET developers.

April 7, 2026 · 6 min · René Dekkers

Auto Mode — the end of approve, approve, approve

Every Claude Code user knows the drill: approve the file edit, approve the build command, approve the test run. Auto Mode replaces that click-fest with a background safety classifier — so you can actually focus on building.

April 6, 2026 · 6 min · René Dekkers

Git worktrees with Claude Code — work on multiple features without losing context

You’re deep in a feature branch. An urgent bug comes in. Instead of stashing, switching, and losing your flow — you open a second directory and keep going. Git worktrees make this possible, and Claude Code makes it powerful.

March 28, 2026 · 5 min · René Dekkers

From code writer to software architect — how AI changes your role

I write less code than ever. And yet I’m more productive. The question is no longer ‘how do I implement this?’ but ‘what should be built here and why?’

March 13, 2026 · 6 min · René Dekkers

Multiple Claude Code sessions at once — parallel development on your .NET solution

One Claude Code session is powerful. Two or three running simultaneously, each focused on a different part of your solution? That’s a multiplier.

February 24, 2026 · 6 min · René Dekkers

Building sub-agents for your .NET workflow

Claude Code is powerful on its own. But when you split the work across specialized sub-agents — a test writer, a reviewer, a documentation agent — it becomes a team.

February 24, 2026 · 6 min · René Dekkers

Claude Code and your .NET solution structure — managing context smartly

Your .NET solution has 15 projects, hundreds of files, and a mountain of generated code. Claude Code’s context window isn’t infinite. Here’s how you work smartly.

February 24, 2026 · 6 min · René Dekkers

Claude Code skills and plugins for .NET — discovering the marketplace

Claude Code out of the box is powerful. With skills and plugins, it becomes a .NET specialist that knows your patterns, frameworks, and conventions.

February 24, 2026 · 7 min · René Dekkers

Claude Code hooks — automatic testing after every change

Claude Code hooks let you automatically run tests, format code, and enforce standards — without remembering to ask.

February 24, 2026 · 5 min · René Dekkers

Entity Framework and Claude Code — migrations, queries, and DbContext

Entity Framework is in almost every .NET project. Migrations are tedious, LINQ can be tricky, and DbContext configuration is verbose. Claude Code understands your data model and does the heavy lifting.

February 24, 2026 · 6 min · René Dekkers
v27