architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
250 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
-
Architectural Tests in .NET
mareks-082.medium.com Issue #438
Every codebase has an intended shape. Maybe not every single one, but in any non-trivial system, some level of consistency is essential.
-
Clean Architecture in .NET 10: Why It Beats N-Layer and How to Wire Projects Correctly
medium.com Issue #438
As a project grows, the classic three-tier architecture (N-Layer) often turns into a “spaghetti” of dependencies, where business logic is…
-
Testing Needs a Seam, Not an Interface
codeopinion.com Issue #437
In my last video, I said that clean architecture was killing your velocity. And man, you guys had thoughts. The number one pushback, the hill a lot of people were willing to die on, was testing. And I...
-
Building an E-Commerce Checkout System in C# .NET
rohitsakhare.medium.com Issue #435
How to stop losing customer money when your microservices crash mid-checkout
-
How to Structure Your First .NET Project (Before It Turns Into an Unmaintainable Mess)
medium.com Issue #435
A practical beginner-friendly guide to organizing your .NET applications before technical debt starts piling up.
-
Implementing Clean Architecture in a .NET 10 Solution Guide
c-sharpcorner.com Issue #434
Master Clean Architecture in .NET 10! This guide provides a step-by-step approach with practical examples for building scalable, testable, and maintainable applications.
-
How to Write Clean Code in C# Using Naming Conventions and Best Practices?
c-sharpcorner.com Issue #433
Master C# clean code: naming conventions, best practices, and SOLID principles. Write readable, maintainable, and scalable .NET applications. Improve team collaboration!
-
.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.