June 28, 2026
Add a New Feature Folder to a .NET Monolith Quickly
Use Claude Code CLI to quickly create a structured vertical slice feature folder in your ASP.NET Core monolith.
June 28, 2026
Use Claude Code CLI to quickly create a structured vertical slice feature folder in your ASP.NET Core monolith.
June 27, 2026
Implement robust JWT refresh token rotation in ASP.NET Core using Claude Code for silent renewals.
June 22, 2026
Use Claude Code to craft complex raw SQL reports bypassing EF Core's LINQ limitations for intricate data retrieval.
June 21, 2026
Refactor tightly coupled C# services into flexible, interchangeable components using Strategy and Factory patterns with Claude Code.
June 19, 2026
Quickly implement robust health checks for your ASP.NET Core application's dependencies using Claude Code.
June 17, 2026
Pinpoint memory allocations in your ASP.NET Core endpoints using BenchmarkDotNet and Claude Code for faster, leaner applications.
June 16, 2026
Implement custom RFC 7807 problem details for consistent API error responses in ASP.NET Core 8.
June 15, 2026
Enhance visibility into distributed .NET background tasks by automatically generating OpenTelemetry activity spans.
June 14, 2026
Quickly define complex YARP configurations for API gateways using Claude Code, saving manual setup time.
June 13, 2026
Automatically verify layer dependencies in your .NET Core applications using ArchUnitNET tests, guided by Claude Code.
June 12, 2026
Migrate from EF Core lazy loading to explicit eager loading to prevent N+1 issues and improve performance.
June 11, 2026
Implement consistent, machine-readable error formats in your ASP.NET Core 8 APIs using custom exception handling.
June 10, 2026
Quickly set up a YARP reverse proxy for multiple backend services using Claude Code.
June 09, 2026
Quickly establish consistent vertical slice feature folders in your .NET monolith using Claude Code.
June 08, 2026
Implement idempotent POST endpoints in ASP.NET Core by using Claude Code to generate a request deduplication middleware.
June 07, 2026
Implement a middleware to ensure POST requests are processed only once, preventing unintended side effects.
June 06, 2026
Implement Railway-Oriented Programming in C# for cleaner, more predictable error handling.
June 05, 2026
Implement robust, thread-safe message processing for multiple data sources using a single C# actor.
June 04, 2026
Learn how to implement optimistic concurrency in EF Core using `rowversion` and Claude Code for robust data integrity.
June 03, 2026
Reduce boilerplate code in C# 12 using primary constructors and collection expressions with Claude Code.
June 02, 2026
Efficiently manage ASP.NET Core output cache invalidation using Claude Code and tag-based strategies.
June 01, 2026
Quickly find overly broad CORS configurations in your ASP.NET Core app using Claude Code for security.
May 31, 2026
Quickly create boilerplate gRPC service and client code in .NET from a .proto file using Claude Code.
May 30, 2026
Implement robust error handling in C# using a generic Result monad and Claude Code for cleaner code.
May 29, 2026
Learn to use Claude Code to refactor tightly coupled .NET services using Strategy and Factory patterns.
May 28, 2026
Implement robust background services in .NET that shut down cleanly, preventing data loss and ensuring stability.
May 27, 2026
Use Claude Code to create a Roslyn source generator that automatically maps between DTOs, saving manual coding time.
May 26, 2026
Implement Polly's half-open state for more robust payment API integrations in .NET.
May 25, 2026
Simplify error handling and diverse return scenarios in your .NET code using the OneOf library and Claude Code.
May 24, 2026
Simplify Moq setup for services with numerous injected dependencies, saving valuable development time.
May 23, 2026
Quickly create robust ASP.NET Core health checks for critical dependencies using Claude Code.
May 22, 2026
Ensure your ASP.NET Core applications are always healthy and responsive with built-in health checks and readiness probes.
May 21, 2026
Instantly generate boilerplate ASP.NET Core middleware to accelerate debugging and development tasks.
May 19, 2026
Quickly add real-time SignalR functionality to your ASP.NET Core apps with Claude Code's intelligent scaffolding.
May 18, 2026
Leverage Claude Code's understanding of your .NET project to intelligently manage NuGet package updates and prevent breaking changes.
May 17, 2026
Use feature flags in ASP.NET Core with Microsoft.FeatureManagement and Claude Code to safely roll out new features and manage deployments.
May 15, 2026
Enhance your .NET apps by automatically retrying failed HTTP requests using Polly, saving you manual error handling.
May 14, 2026
Effortlessly manage and update your project's NuGet dependencies using Claude Code for a smoother development workflow.
May 13, 2026
Generate cross-platform MAUI UI with Claude Code and accelerate your C# app development workflow.
May 12, 2026
Streamline NuGet package management and updates, ensuring your .NET projects stay current and secure with AI assistance.
May 11, 2026
Effortlessly add OpenTelemetry tracing to your ASP.NET Core apps and inspect distributed calls with AI-powered insights.
May 10, 2026
Speed up Blazor development by generating reusable component code with Claude Code's intelligent scaffolding.
May 09, 2026
Effortlessly improve complex LINQ queries in your C# code using intelligent AI-powered refactoring from Claude Code.
May 08, 2026
Quickly generate boilerplate SignalR code using Claude Code, saving time and reducing manual setup.
May 07, 2026
Tame your growing Minimal API endpoints by leveraging Claude Code for structured organization and discoverability.
May 06, 2026
Effortlessly deploy new features by toggling them on/off without code changes using feature flags.
May 05, 2026
Optimize your Entity Framework Core queries and boost application performance using intelligent code suggestions.
May 04, 2026
Quickly generate boilerplate Blazor components using Claude Code, saving time and reducing repetitive coding tasks for .NET developers.
May 02, 2026
Optimize Entity Framework Core queries by using Claude Code to intelligently suggest efficient LINQ translations.
May 01, 2026
Generate complex Blazor component code instantly with Claude Code, freeing you from repetitive UI construction.
April 30, 2026
Effortlessly generate boilerplate and test cases for your ASP.NET Core minimal APIs, saving valuable development time.
April 24, 2026
Save hours of testing time by letting Claude Code generate comprehensive unit tests for your code.
April 21, 2026
Leverage Claude Code's LLM power to identify and rewrite complex legacy code sections efficiently.
April 14, 2026
Use CLAUDE.md files as rich, structured prompts to guide Claude Code for predictable and powerful code generation.
April 12, 2026
Boost your MCP server startup by focusing only on essential imports for quicker iteration and cleaner code.
April 05, 2026
Use Claude Code MCP to quickly refactor your C# code, improving clarity and maintainability with minimal effort.
March 30, 2026
Generate comprehensive unit tests with Claude Code and MCP, saving hours and boosting code quality.
March 30, 2026
Generate robust unit tests in seconds, reducing manual effort and improving code quality.
June 08, 2026
This chapter dives deep into mastering Entity Framework Core migrations and optimizing database queries by leveraging Claude Code. Learn to automate migration generation, refactor complex queries, and understand architectural considerations for intelligent data access.
April 06, 2026
This chapter explores the practical application of Clean Architecture principles in .NET, demonstrating how Claude Code can significantly accelerate its implementation and maintenance. Learn to design and build robust, maintainable systems while leveraging AI for boilerplate generation and code comprehension.