architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
237 articles Updated Page 6 of 10
Browse additional Clean Architecture in .NET articles from the DotNetNews archive.
Clean Architecture in .NET articles
Page 6 of 10
Newest first
-
Clean Architecture Is Not Enough: The 2025-Ready Way to Design .NET Systems
medium.com Issue #338
(Feature slicing, modular monoliths, and boundaries that scale — without forced microservices)
-
How I Used Domain-Driven Design to Fix My Messy Clean Architecture — And Why You Probably Should…
medium.com Issue #338
What’s the story? Imagine you’re building an app that manages events and invitations. Things start simple — just a few POCOs, maybe a…
-
Wait — Isn’t DbContext Already a Repository?
medium.com Issue #338
The Real-World Case for the Repository Pattern in Clean Architecture & .NET 8 (with EF Core)
-
How to Write Architecture Tests for the Clean Architecture in .Net 9
medium.com Issue #337
You know how everyone says they’re doing Clean Architecture… …and then six months later your Domain project is referencing…
-
ABP.IO Platform 10.0 Final Has Been Released!
medium.com Issue #337
We are glad to announce that ABP 10.0 stable version has been released today. Continue reading on ABP.IO »
-
✅ Vertical Slice Aggregates — A Real Alternative to Clean Architecture in .NET
medium.com Issue #336
A Deep-Dive Architectural Article for Senior .NET Engineers
-
️ Clean Architecture With Document Database, Minimal APIs, and CQRS in .NET 9
medium.com Issue #336
PART 1 — Foundations, Architecture Map, and Full Project Setup Continue reading on CodeToDeploy »
-
DTOs, ViewModel and Domain Model in C#
medium.com Issue #332
DTOs, ViewModels, and Domain Models each play a unique role in clean and maintainable architecture. They help separate business logic, UI…
-
Where Should Repository Interfaces Live in Clean Architecture?
medium.com Issue #332
Put repository interfaces in Application as ports when you truly need them (usually for aggregate writes). For reads, skip repos — query…
-
Structuring Dependency Injection in ASP.NET Core 9 — The Right Way (Clean Architecture + Full Code)
medium.com Issue #332
PART 1 — The Foundations, DI Philosophy, and Setting Up Clean Architecture for Real-World Applications Continue reading on CodeToDeploy »
-
Token Authentication in ASP.NET Core 9 With JWT | Clean Architecture [NET 9]
medium.com Issue #330
Part 1 — The Foundation, Identity Modeling, and JWT Theory (Deep & Practical)
-
Clean Architecture Project Setup From Scratch (with .NET 9) — Copy-Paste Starter
medium.com Issue #324
If you want the full source code, join our community: Here
-
Building a Zero-Configuration .NET Standards Package
medium.com Issue #324
Every .NET organization eventually fights the same battle: keeping code quality consistent across dozens of solutions. You copy…
-
Stop Debating It — _ Prefixes Actually Make Your .NET Code Easier To Read
medium.com Issue #324
It's 2025. We've got AI copilots, cloud-native everything, and .NET is faster than ever. And yet… in some corner of code reviews, someone…
-
How To Use The Specification Design Pattern With EF Core 8 (Clean Architecture Version).
medium.com Issue #324
(A Deep-Dive, Real Project Example for Enterprise Developers)
-
.NET Clean Architecture DDD CQRS Template
medium.com Issue #323
Every new .NET project that needed real business logic and Domain-Driven Design (DDD) seemed to start from scratch. Without a shared…
-
Why I Use the Unit of Work Pattern With EF Core | Clean Architecture (.NET 9)
medium.com Issue #323
How this one architecture decision changed the way I build software forever.
-
How to Apply Global Query Filters in EF Core — A Complete Real-World Guide (Clean Architecture, .NET
medium.com Issue #322
Part 1 of 2 — Enterprise-Level Implementation + Real Project Code
-
EF Core pitfalls and .NET memory tuning
DotNetNews Issue #320
This issue covers EF Core lazy loading and deadlocks, Span and GC guidance, mapping tradeoffs, and an enterprise move from .NET Framework to .NET 8.
-
Avoiding the “God Controller”: How to Refactor Your ASP.NET Core APIs
medium.com Issue #319
Transform your large controllers into clean, testable, and maintainable code the right way.
-
EF Core Performance Optimization Challenge | 233× Faster with Codes.
medium.com Issue #318
How to squeeze major performance gains from Entity Framework Core (EF Core) in .NET 9 using Clean Architecture, benchmarks &…
-
11 No-Drama Ways to Organize Minimal API Endpoints in Clean Architecture (with Copy-Paste Code)
medium.com Issue #318
If you want the full source code, join our community: Here
-
Solve Logging as a Cross-Cutting Concern with MediatR in .NET 9 (Clean, Composable, Copy-Paste)
medium.com Issue #318
Logging shouldn’t leak into every handler like glitter after a craft project. Use MediatR pipeline behaviors to keep logging centralized…
-
9 Practical Ways to Speed Up EF Core with Compiled Queries in .NET 9 (Clean Architecture Friendly)
medium.com Issue #317
If you want the full source code, join our community: Here
-
How To Add Fault Handling In ASP.NET Core With Polly | Clean Architecture, .NET 9.
medium.com Issue #317
Part 1 — Introduction, Architecture, and Project Setup