architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
250 articles Updated Page 5 of 10
Browse additional Clean Architecture in .NET articles from the DotNetNews archive.
Clean Architecture in .NET articles
Page 5 of 10
Newest first
-
Stop Rebuilding API Plumbing: A Clean Architecture .NET 10 Web API Starter
medium.com Issue #382
Week 2 of an API project is where optimism goes to get a reality check.
-
Beyond the Rewrite: A Lead Developer’s Guide to Modernizing Legacy .NET & Angular System
medium.com Issue #380
Every developer eventually meets a legacy system that has quietly powered the business for years, reliable for customers, painful for…
-
Why I Simplified Clean Architecture Without the Repository Pattern (using EF core)
joehom0416.medium.com Issue #380
Introduction
-
Microservices Architecture with .NET
c-sharpcorner.com Issue #380
Explore microservices architecture with .NET! Learn to build scalable, flexible apps using ASP.NET Core, Docker, and best practices. Includes practical examples.
-
The Outbox Pattern: Solving the Dual Write Problem in Microservices
azizollahi.medium.com Issue #380
Consistency is not optional. Learn how to guarantee message delivery when your database transaction commits.
-
You Can’t Future-Proof Software Architecture
codeopinion.com Issue #378
“Future proof your architecture” sounds good. But the reality is you can’t future-proof Software Architecture. When you really think about it, the future is just what’s breaking assumptions. You can’t...
-
CLAUDE.md for .NET Developers - Complete Guide with Templates
codewithmukesh.com Issue #377
Learn to write the perfect CLAUDE.md for .NET projects. Includes copy-paste templates for Clean Architecture, Minimal APIs, and enterprise solutions.
-
C# 14 and Clean Architecture: modeling expressive domains without boilerplate
medium.com Issue #370
The best way to evaluate a language feature is simple: does it reduce modeling and maintenance cost without compromising architecture? In…
-
Mastering Domain-Driven Design: A Tactical DDD Implementation
medium.com Issue #370
Mastering Complexity in .NET 10: A Step-by-Step Guide to Domain-Driven Design. Move beyond basic CRUD and learn to architect a scalable…
-
Repository Pattern: The Right Way to Free Your Code from the Database
medium.com Issue #369
When you apply the Repository Pattern correctly, the ORM you use becomes just an implementation detail.
-
8 “Finally Maintainable” Steps to Build a CRUD REST API with Clean Architecture + DDD in .NET
medium.com Issue #369
If You want the full source code Click :Here
-
Clean Architecture in .NET: Why I Stopped Fighting the Framework and Started Building Better APIs
medium.com Issue #369
Remember my first article where I talked about feeling lost in corporate? Well, here’s something that made me feel even more lost: Clean…
-
Clean Architecture is an effective approach to organizing application code
medium.com Issue #364
Clean Architecture is an approach to organizing your code, and what’s most important is that it creates strong boundaries around the…
-
How ABP.IO Framework Cuts Your MVP Development Time by 60%
medium.com Issue #365
Building a SaaS product from scratch is like constructing a skyscraper — you can either lay every brick manually or start with a…
-
When Do You Actually Need Clean Architecture in Microservices?
rahulsahay19.medium.com Issue #365
There’s a common misconception in our industry:
-
What is Redis and how does it fit into Clean Architecture in a .NET application
c-sharpcorner.com Issue #361
Unlock blazing-fast .NET performance with Redis! Learn how to integrate this in-memory data store into your Clean Architecture for caching, messaging, and more. Boost scalability!
-
Digital Essentialism in .NET: How Verdict is Redefining the Result Pattern
baryodev.medium.com Issue #360
In the world of high-performance .NET development, the “Result Pattern” has officially arrived. It’s the preferred way to handle domain…
-
Clean Architecture in .NET: Testing, Best Practices & Final Thoughts
medium.com Issue #360
Part 4 — Making It Production-Ready
-
Why Most Clean Architecture Implementations Fail in .NET
medium.com Issue #356
Clean Architecture is not hard. Misunderstanding it is.
-
Why Do You Need To Write Architecture Tests in .NET
antondevtips.com Issue #354
Explore how to write Architecture Tests with NetArchTest in .NET. Learn how Architecture Tests in .NET improve software quality, enforce and test design rules, prevent technical dept. Architecture Tes
-
Clean Architecture vs Vertical Slice — Which One Should You Use?
medium.com Issue #354
Based on the latest developments in .NET 9 and the evolving architectural patterns in the .NET community, let’s explore how these two…
-
Clean Architecture in .NET: Building the Domain & Application Layers
medium.com Issue #353
Part 2 — The Core That Powers Everything
-
Clean Architecture in .NET: The Foundation That Changes Everything
medium.com Issue #353
Part 1 — Understanding the “Why” Before the “How”
-
7 Surprisingly Simple Lessons I Learned Designing Aggregate Roots in .NET
medium.com Issue #350
When I first stumbled into the world of Domain-Driven Design (DDD) and Clean Architecture, I felt like I’d walked into a PhD lecture…
-
Clean Architecture With .NET 10 And CQRS — Project Setup (With Full Code)
medium.com Issue #350
Part 1 — Why Clean Architecture + CQRS Wins & Bootstrapping a Real-World Solution