Tag

Clean Architecture

4 articles tagged with “Clean Architecture

A complete walkthrough of implementing the Repository pattern in .NET 10 with Entity Framework Core. This guide covers the generic repository, specific repositories, the Unit of Work pattern, dependency injection, testing, and real production decisions with working C# code.
Feb 27, 202625 min read
A hands-on walkthrough of Clean Architecture in .NET - why it matters, how to structure your projects, and real code examples you can use today. No fluff, no over-engineering, just practical patterns that actually work in production.
Feb 24, 202616 min read
A practical, honest guide to implementing CQRS with MediatR in .NET. Learn how the pattern works, when it genuinely helps, when it just adds noise, and how to implement it step by step with real world C# code.
Feb 21, 202618 min read
A hands-on guide to Vertical Slice Architecture in .NET. Learn why organizing code by feature instead of by layer leads to faster development, easier maintenance, and less ceremony with real C# code, honest opinions, and practical examples.
Feb 20, 202624 min read