architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
237 articles Updated Page 4 of 10
Browse additional Clean Architecture in .NET articles from the DotNetNews archive.
Clean Architecture in .NET articles
Page 4 of 10
Newest first
-
Azure SQL Managed Instance just got WAY faster - Meet Next gen GP | Data Exposed
youtube.com Issue #411
Microsoft Azure SQL: https://aka.ms/msazuresqlyt In this episode, Anna Hoffman and Uros Milanovic explain how you get lower latency, higher throughput and IOPS, more storage and databases per instanc...
-
Are exceptions exposing vulnerabilities in your .NET App?
roundthecode.com Issue #410
Unhandled exceptions in ASP.NET Core can expose sensitive data. Learn when it happens, why it's dangerous, and how to fix it. The page Are exceptions exposing vulnerabilities in your .NET App? appeare...
-
From Spaghetti to Clean Architecture: How to Decouple EF Core without Over-Engineering
medium.com Issue #409
Let’s be honest. We all love the idea of greenfield projects. But in the real world, the most impactful engineering work happens in the…
-
What Is Clean Architecture in .NET With Practical Example?
c-sharpcorner.com Issue #406
Master Clean Architecture in .NET! Build scalable, testable, and maintainable applications with clear separation of concerns. Practical examples included.
-
From Spaghetti to Clean Architecture: How to Decouple EF Core without Over-Engineering
medium.com Issue #405
Let’s be honest. We all love the idea of greenfield projects. But in the real world, the most impactful engineering work happens in the…
-
Clean Architecture in .NET — Explained Simply for Interviews
medium.com Issue #401
When preparing for .NET interviews, one topic that almost always comes up is Clean Architecture.
-
How to create clean architecture project in Microsoft Visual Studio
medium.com Issue #400
Clean Architecture separates your project into layers:
-
-
Scalable .NET MAUI: Implementing Clean Architecture for Enterprise-Grade Apps
medium.com Issue #396
Introduction
-
Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10
medium.com Issue #391
Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »
-
Creating .Net Core Microservices using Clean Architecture using .Net 10 & Angular 21
rahulsahay19.medium.com Issue #390
Over the last few years, I’ve seen one pattern repeat itself again and again.
-
EF Core LINQ, Linux support, and API resilience
DotNetNews Issue #384
A varied .NET roundup covering LINQ-to-SQL in EF Core, .NET 10 on Linux, ASP.NET Core performance and resilience, plus AI and security topics.
-
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…