architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
250 articles Updated Page 3 of 10
Browse additional Clean Architecture in .NET articles from the DotNetNews archive.
Clean Architecture in .NET articles
Page 3 of 10
Newest first
-
Building AI-Powered Architecture Review Assistants with ASP.NET Core
c-sharpcorner.com Issue #485
Build AI-powered architecture review assistants with ASP.NET Core to automate analysis, identify risks, and enhance expert decision-making in enterprise development.
-
I Built a Claude Code Skill That Scaffolds My .NET Architecture
codewithmukesh.com Issue #485
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.
-
EF Core in Clean Architecture the Pragmatic Way
antondevtips.com Issue #484
A focused guide to using EF Core in Clean Architecture without repositories. Learn why the Dependency Rule still holds when your Application layer uses DbContext directly, how to keep your handlers sm
-
Modernising Legacy .NET Applications Without a Rewrite
medium.com Issue #483
Most legacy .NET applications don’t need a rewrite — they need a plan.
-
Refactoring an ASP.NET Core API with clean architecture
roundthecode.com Issue #478
Learn how to refactor an ASP.NET Core API using clean architecture by separating validation, business logic, and database access into clear layers. The page Refactoring an ASP.NET Core API with clean ...
-
How .NET Developers Transition Into Software Architecture (Without Rewriting Everything)
medium.com Issue #477
Most .NET developers never really transition into software architecture.
-
When Your Use Case Half-Succeeds: Designing for Partial Failure in .NET
milanjovanovic.tech Issue #477
A use case isn't a transaction. The moment it touches more than one system, you are dealing with partial failure. Here's how I classify side effects and design use cases that fail loudly and recover s...
-
How to Structure Production Apps with Vertical Slice Architecture in .NET in 2026
antondevtips.com Issue #476
A practical guide to structuring vertical slices in .NET projects. Learn the file-per-concern slice layout, manual handlers without MediatR, Minimal APIs via IApiEndpoint, Result , FluentValidation,
-
Why Do Some Developers Build Maintainable Software While Others Keep Fixing Bugs?
medium.com Issue #476
Most developers know C#.
-
-
The .NET Architecture Pattern That Impresses in Code Reviews — but Can Break Under Real-World Scale
medium.com Issue #472
In modern software development, architecture decisions often separate maintainable applications from systems that become difficult to…
-
Building Multi-Tenant SaaS Applications in ASP.NET Core
c-sharpcorner.com Issue #472
Learn how to build multi-tenant SaaS applications in ASP.NET Core. Explore tenant isolation, architecture models, EF Core filtering, and security best practices.
-
40 Lessons I Learned in 12 Years as a .NET Developer
antondevtips.com Issue #472
After 12 years of building .NET applications, I have learned 40 hard-earned lessons about writing code, designing systems, and shipping software. From clean code and architecture trade-offs to code re
-
Clean Architecture in .NET: Benefits, Challenges, and Implementation Guide
c-sharpcorner.com Issue #471
Learn Clean Architecture in .NET with practical examples. Explore its benefits, challenges, implementation approach, and best practices for scalable applications.
-
Implementing Clean Architecture in .NET 10 - Step-by-Step Guide
codewithmukesh.com Issue #471
A complete, junior-friendly guide to Clean Architecture in .NET 10. Build a movie API across Domain, Application, Infrastructure, and API layers with EF Core and Aspire.
-
One Database Change Broke 3 Features. That’s the Day I Finally Understood Clean Architecture.
medium.com Issue #470
Clean Architecture in .NET, explained simply — with a real healthcare example and diagrams you can actually picture.
-
Implementing Clean Architecture in .NET 10 - Step-by-Step Guide
codewithmukesh.com Issue #466
A complete, junior-friendly guide to Clean Architecture in .NET 10. Build a movie API across Domain, Application, Infrastructure, and API layers with EF Core and Aspire.
-
Repository Pattern with Entity Framework Core in .NET 10 | Clean Architecture Simplified
medium.com Issue #463
Building scalable applications in .NET 10 is not only about writing APIs — it is about writing maintainable code. That is why many…
-
VSA + CQRS without turning into a framework: the shared language your team has been wanting
jean-puga.medium.com Issue #462
Part four of the series “From Legacy Architecture to a Team That Ships.” In the previous articles, we moved from Clean Architecture to…
-
Refactoring an ASP.NET Core API with clean architecture
roundthecode.com Issue #457
Learn how to refactor an ASP.NET Core API using clean architecture by separating validation, business logic, and database access into clear layers. The page Refactoring an ASP.NET Core API with clean ...
-
How To Use Domain-Driven Design In Clean Architecture
medium.com Issue #455
A Practical Guide for .NET 10 Developers Building Enterprise-Grade Systems
-
Designing a Production-Ready Backend in .NET
medium.com Issue #454
An end-to-end practical architecture walkthrough using modular monoliths, CQRS, domain events, resiliency, and observability
-
Record vs Class in C#: When to Use What (With Real Examples & EF Core Guide)
akash-shah.medium.com Issue #444
Learn C# record vs class with examples, immutability, equality, EF Core limitations, and best practices for clean architecture.
-
Anti-Corruption Layer in .NET: Protecting Your Domain from External APIs
medium.com Issue #442
We had a clean domain. Orders, customers, payments — all modelled carefully, all speaking the same language. Then we integrated with a…
-
Dependency Injection in .NET: Building Maintainable, Testable, and Scalable Applications.
achuchiwilliam.medium.com Issue #439
Modern .NET development emphasizes clean architecture, maintainability, and flexibility. One of the most important concepts that enables…