<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Dotnet on René Dekkers</title><link>https://renedekkers.nl/tags/dotnet/</link><description>Recent content in Dotnet on René Dekkers</description><image><title>René Dekkers</title><url>https://renedekkers.nl/images/og-default.png</url><link>https://renedekkers.nl/images/og-default.png</link></image><generator>Hugo -- 0.155.2</generator><language>en</language><lastBuildDate>Wed, 08 Apr 2026 20:06:39 +0200</lastBuildDate><atom:link href="https://renedekkers.nl/tags/dotnet/index.xml" rel="self" type="application/rss+xml"/><item><title>Scheduled Tasks — Claude Code keeps working while you sleep</title><link>https://renedekkers.nl/posts/scheduled-tasks-claude-code-keeps-working-while-you-sleep/</link><pubDate>Wed, 08 Apr 2026 12:00:00 +0200</pubDate><guid>https://renedekkers.nl/posts/scheduled-tasks-claude-code-keeps-working-while-you-sleep/</guid><description>With /loop, Desktop tasks, and cloud scheduling, Claude Code runs your prompts on a recurring basis — nightly test runs, dependency audits, PR reviews. Here&amp;#39;s how each option works for .NET developers.</description></item><item><title>Claude Opus 4.6 — what the best AI model means for your .NET code</title><link>https://renedekkers.nl/posts/claude-opus-4-6-what-the-best-ai-model-means-for-your-dotnet-code/</link><pubDate>Tue, 07 Apr 2026 12:00:00 +0200</pubDate><guid>https://renedekkers.nl/posts/claude-opus-4-6-what-the-best-ai-model-means-for-your-dotnet-code/</guid><description>Claude Opus 4.6 brings 1M token context and deeper reasoning to Claude Code. Here&amp;#39;s what that means concretely when you&amp;#39;re building .NET applications.</description></item><item><title>Auto Mode — the end of approve, approve, approve</title><link>https://renedekkers.nl/posts/auto-mode-end-of-approve-approve-approve/</link><pubDate>Mon, 06 Apr 2026 12:00:00 +0200</pubDate><guid>https://renedekkers.nl/posts/auto-mode-end-of-approve-approve-approve/</guid><description>Auto Mode in Claude Code eliminates repetitive permission prompts. A background classifier handles safety while you focus on building. Here&amp;#39;s how it works for .NET developers.</description></item><item><title>Git worktrees with Claude Code — work on multiple features without losing context</title><link>https://renedekkers.nl/posts/git-worktrees-with-claude-code/</link><pubDate>Sat, 28 Mar 2026 10:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/git-worktrees-with-claude-code/</guid><description>Git worktrees let you work on multiple branches simultaneously in separate directories. Combined with Claude Code, each feature gets its own isolated workspace and AI session.</description></item><item><title>Multiple Claude Code sessions at once — parallel development on your .NET solution</title><link>https://renedekkers.nl/posts/parallel-claude-code-sessions/</link><pubDate>Tue, 24 Feb 2026 23:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/parallel-claude-code-sessions/</guid><description>Run multiple Claude Code sessions in parallel, each working on a different part of your .NET solution. Here&amp;#39;s how to set it up and when it makes sense.</description></item><item><title>Building sub-agents for your .NET workflow</title><link>https://renedekkers.nl/posts/building-subagents-for-dotnet-workflow/</link><pubDate>Tue, 24 Feb 2026 22:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/building-subagents-for-dotnet-workflow/</guid><description>Create specialized Claude Code sub-agents for .NET: a test writer, code reviewer, and documentation agent that work in parallel.</description></item><item><title>Claude Code and your .NET solution structure — managing context smartly</title><link>https://renedekkers.nl/posts/context-management-for-dotnet-solutions/</link><pubDate>Tue, 24 Feb 2026 21:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/context-management-for-dotnet-solutions/</guid><description>Practical strategies for working with large .NET solutions in Claude Code without hitting context limits. .claudeignore, /compact, focused sessions.</description></item><item><title>Claude Code as code reviewer for your .NET pull requests</title><link>https://renedekkers.nl/posts/claude-code-as-code-reviewer-for-dotnet/</link><pubDate>Tue, 24 Feb 2026 20:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/claude-code-as-code-reviewer-for-dotnet/</guid><description>Use Claude Code to review .NET pull requests — catch bugs, enforce standards, and get architectural feedback before your team reviews.</description></item><item><title>Claude Code skills and plugins for .NET — discovering the marketplace</title><link>https://renedekkers.nl/posts/claude-code-skills-and-plugins-for-dotnet/</link><pubDate>Tue, 24 Feb 2026 19:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/claude-code-skills-and-plugins-for-dotnet/</guid><description>How to find, install, and use .NET-specific skills and plugins from the Claude Code marketplace. With practical examples.</description></item><item><title>Refactoring with Claude Code — splitting an 800-line service</title><link>https://renedekkers.nl/posts/refactoring-with-claude-code/</link><pubDate>Tue, 24 Feb 2026 16:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/refactoring-with-claude-code/</guid><description>How I used Claude Code to split an 800-line OrderProcessingService into clean, testable components. Step-by-step with real C# examples.</description></item><item><title>Migrating from .NET Framework to .NET 8+ with Claude Code</title><link>https://renedekkers.nl/posts/migrating-dotnet-framework-to-dotnet8/</link><pubDate>Tue, 24 Feb 2026 14:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/migrating-dotnet-framework-to-dotnet8/</guid><description>Use Claude Code to migrate from .NET Framework 4.x to .NET 8+: dependency mapping, csproj conversion, API replacement, and DI migration.</description></item><item><title>Claude Code for Blazor development — building components with AI</title><link>https://renedekkers.nl/posts/blazor-development-with-claude-code/</link><pubDate>Tue, 24 Feb 2026 13:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/blazor-development-with-claude-code/</guid><description>Use Claude Code to build Blazor components, handle render lifecycle, and manage component hierarchies. Practical examples with real C# code.</description></item><item><title>Entity Framework and Claude Code — migrations, queries, and DbContext</title><link>https://renedekkers.nl/posts/entity-framework-and-claude-code/</link><pubDate>Tue, 24 Feb 2026 12:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/entity-framework-and-claude-code/</guid><description>How Claude Code helps with EF Core: generating migrations, writing LINQ queries, and understanding your data model. Practical examples with C# code.</description></item><item><title>Writing unit tests with Claude Code — from zero to full coverage</title><link>https://renedekkers.nl/posts/unit-testing-with-claude-code/</link><pubDate>Tue, 24 Feb 2026 11:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/unit-testing-with-claude-code/</guid><description>How to use Claude Code to write meaningful xUnit tests with FluentAssertions and NSubstitute in your .NET project — from zero to full coverage.</description></item><item><title>Your first hour with Claude Code in a .NET project</title><link>https://renedekkers.nl/posts/first-hour-with-claude-code-in-dotnet/</link><pubDate>Tue, 24 Feb 2026 10:00:00 +0100</pubDate><guid>https://renedekkers.nl/posts/first-hour-with-claude-code-in-dotnet/</guid><description>A practical walkthrough for .NET developers: open your solution, let Claude Code explore it, make your first change, and run the tests.</description></item></channel></rss>