architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
218 articles Updated Page 3 of 9
Browse additional Clean Architecture in .NET articles from the DotNetNews archive.
Clean Architecture in .NET articles
Page 3 of 9
Newest first
-
.NET’te Multi-Tenant Mimari (Multi-tenant Architecture)
medium.com Issue #433
Günümüzde SaaS uygulamaları ve bulut tabanlı sistemler geliştirilirken en çok tercih edilen yaklaşımlardan biri multi-tenant mimaridir.
-
Why “Clean Code” is Killing Your Velocity
codeopinion.com Issue #433
We’ve been told that clean code and deadlines are opposites. That if you want to ship fast, you have to write garbage code full of hacks. But if you want to get it right, you need to add boilerplate. ...
-
Clean C# Code: Best Practices, Smart Patterns & Real-World Examples in .NET Core
medium.com Issue #426
Writing code that works is just the beginning. Writing code that lasts — that your team can read, test, extend, and debug at 2 AM — is the…
-
Clean Code Rules That Don’t Fit Modern C#
medium.com Issue #426
Hello! Today we’re going to talk about something a bit controversial — Clean Code.
-
What Does "Simple" Really Mean in Enterprise .NET?
binaryintellect.net Issue #422
Minimal APIs, clean architecture, vertical slices, modular monoliths — the .NET ecosystem periodically renews its fascination with simplicity. Each wave promises to reduce friction, remove boilerplate...
-
Is Your .NET Architecture a Mess?
frontend2backend.medium.com Issue #420
If you’re still jumping between five different folders just to update one API, you’re doing it the hard way. Clean Architecture is cool…
-
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.