architecture
Clean Architecture in .NET Articles, Tutorials & News
Clean Architecture in .NET articles, tutorials, and news from the DotNetNews archive.
250 articles Updated Page 8 of 10
Browse additional Clean Architecture in .NET articles from the DotNetNews archive.
Clean Architecture in .NET articles
Page 8 of 10
Newest first
-
Domain Validation With .NET | Clean Architecture, DDD, .NET 9.
medium.com Issue #309
In Domain-Driven Design (DDD), validation is not just about checking if a field is empty or an email is valid — it’s about protecting the… Continue reading on Activated Thinker »
-
What Is an Entity? | Domain-Driven Design, Clean Architecture, and .NET 9.
medium.com Issue #307
When you first dive into Domain-Driven Design (DDD) and Clean Architecture, one of the first concepts you’ll encounter is the Entity.
-
Clean Architecture in .NET Core
c-sharpcorner.com Issue #306
This article provides a practical guide with code examples, demonstrating how to separate concerns using the Dependency Rule. Learn to structure your .NET Core projects effectively by isolating domain...
-
A New Era of Developer Productivity with Vibe Coding with C# 13
c-sharpcorner.com Issue #306
C# 13 and vibe coding revolutionize developer productivity by reducing boilerplate, simplifying patterns, and promoting clean architecture. Learn how primary constructors, pattern matching, intercepto...
-
EF Core DBContext Entities configuration refactoring
medium.com Issue #306
I’ve noticed that many .NET projects have one thing in common — a very messy DbContext full of entity configuration code.
-
The Latest AI Features in VS Code (v1.105)
youtube.com Issue #303
The Clean Architecture Spectrum: 5 Levels for .NET Systems (CRUD to Hexagonal)
-
The Specification Pattern in C#: Write Cleaner, More Maintainable Queries
medium.com Issue #303
Stop copying and pasting LINQ queries. Start writing reusable, testable specifications.
-
7 Practical Steps to Validation with MediatR + FluentValidation (Clean Architecture, .NET 9)
medium.com Issue #303
You don’t need a cathedral of abstractions to validate requests. With MediatR and FluentValidation, you get clean, centralized validation…
-
7 Practical Steps to Nail the Transactional Outbox Pattern in Clean Architecture (.NET 9)
medium.com Issue #301
You know that feeling when your API says “Order saved ✅”… but your message broker didn’t get the memo? That’s how ghost orders are born…
-
7 No-Nonsense Steps to the Repository Pattern with EF Core (Clean Architecture, .NET
medium.com Issue #301
You know that feeling when your data access code starts spreading like ketchup on a white shirt? One query in the controller, another in…
-
Domain Validation With .NET | Clean Architecture, DDD, .NET 9
medium.com Issue #297
If you want the full source code, join our community: Here
-
Why I Stand By the Unit of Work Pattern With EF Core in.NET 9’s Clean Architecture
medium.com Issue #296
.NET Framework - a powerful & flexible platform for building web-based applications
-
Supercharge Your Data Access in.NET9: A Deep Dive into the Specification Pattern with EF Core
medium.com Issue #294
Write Faster SQL Queries With Dapper In .NET 9 | Clean Architecture
-
Aggregate Root Design in DDD and Clean Architecture with .NET 9: A Deep Dive
medium.com Issue #290
If you want the full source code, join our community: Here
-
Deep Dive: Using the Domain Event Pattern in DDD, Clean Architecture, and .NET 9
medium.com Issue #289
If you want the full source code, join our community: Here
-
What Is An Entity? | Domain-Driven Design, Clean Architecture
medium.com Issue #288
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Layered Architecture vs Clean Architecture in .NET
medium.com Issue #287
-
Practical Specification Pattern in .NET 9: From Queries to Clean Architecture
medium.com Issue #285
Level Up Your Query Logic: Using the Specification Pattern with .NET 9, Entity Framework Core, and Repository
-
Why 90% of C# Code Fails the Clean Test (and the 3 Laws That Fix It)
awstip.com Issue #283
Learn the exact principles top developers use to write maintainable, bug-resistant C# that stands the test of time — complete with… Continue reading on AWS Tip »
-
Modern .NET APIs: Minimal APIs, Clean Architecture, Aspire + Ollama
blog.yaseerarafat.com Issue #280
A practical blueprint for building maintainable, production-ready .NET APIs with Aspire, Minimal APIs, OpenAPI, and local AI models using…
-
.NET AI Community Standup: AI Tools Every .NET Dev Needs 📎
youtube.com Issue #274
CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9
-
Clean Architecture vs Vertical Slice — Which One Should You Use?
medium.com Issue #272
Based on the latest developments in .NET 9 and the evolving architectural patterns in the .NET community, let’s explore how these two…
-
Essential Patterns for Modern ASP.NET Development : A Practical Deep Dive
blog.yaseerarafat.com Issue #272
ASP.NET Core has come a long way. From the days of tightly coupled controllers, scattered business logic, and painful testing setups, we…
-
7 HIPAA-Compliant .NET SaaS Patterns for Healthcare Startups
faciletechnolab.com Issue #267
Discover battle-tested .NET patterns for HIPAA-compliant healthcare SaaS. Learn encryption, audit logging, and access control strategies to avoid big penalties on violations.
-
The Core of Onion Architecture: Keeping Business Logic Pure in .NET
medium.com Issue #267
Layered Architecture Patterns for Modern ASP.NET Core