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

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

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

AI governance for developers — what can you share and what can't you?

A developer pastes a connection string into ChatGPT. Another copies customer data to test something. We’ve all been close. Here’s how to think about what’s safe to share and what isn’t.

February 24, 2026 · 6 min · René Dekkers

Building MCP servers — connecting Claude Code to your own tools

Claude Code knows your code. But it doesn’t know your build server, your deployment pipeline, or your inbox. MCP changes that.

February 24, 2026 · 5 min · René Dekkers

Refactoring with Claude Code — splitting an 800-line service

Everyone has that one service class that’s grown too large. I used Claude Code to split an 800-line monolith into clean components — in under an hour.

February 24, 2026 · 6 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

Migrating from .NET Framework to .NET 8+ with Claude Code

Your company still runs .NET Framework 4.x. Everyone knows it needs to move. Nobody wants to start. Here’s how Claude Code can help — and where it can’t.

February 24, 2026 · 6 min · René Dekkers

Claude Code for Blazor development — building components with AI

Blazor mixes C# and HTML in a way that trips up most AI tools. Claude Code actually gets it — and that changes how you build components.

February 24, 2026 · 7 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