Skip to content

Clean Architecture

📕 Articles

📺 Videos

🚀 Samples

  • Sairyss/domain-driven-hexagon - Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
  • acobsDataSolutions/OrgManager - CQRS and Clean Domain-Driven Design concepts on the ASP.NET Core stack. Demo application for a fictional corporate organization management tool.
  • jasontaylordev/CleanArchitecture - Clean Architecture Solution Template for Angular 10 and .NET 5
  • EduardoPires/EquinoxProject - Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
  • ardalis/cleanarchitecture - A starting point for Clean Architecture with ASP.NET Core
  • pereiren/dotnet-template-onion - Onion Architecture with .NET 5/.NET Core and CQRS/Event Sourcing following a DDD approach
  • NNVTV/NetCore-Clean-Architecture - .Net Core starter project for clean architecture showcasing use of the CQRS pattern, MediatR and custom Middleware for cross-cutting concerns, micro-service communications with REST/OpenAPI, Swagger, Webhooks and gRPC endpoints, CosmosDB for data and Serilog for logging.
  • pdevito3/craftsman - Craftsman is the workhorse behind the Wrapt framework and provides a suite of CLI commands for quickly scaffolding out new files and projects for your .NET Web APIs with simple CLI commands and configuration files.
  • gothinkster/aspnetcore-realworld-example-app - ASP.NET Core backend implementation for RealWorld
  • dotnet-architecture/eShopOnWeb - Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
  • matthewrenze/clean-architecture-demo - A sample app for my presentation on Clean Architecture: Patterns, Practices, and Principles
  • jasontaylordev/NorthwindTraders - Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
  • hgraca/explicit-architecture-php - This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
  • mmacneil/CleanAspNetCoreWebApi - Starter project for creating APIs built on ASP.NET Core using clean architecture.
  • ivanpaulovich/clean-architecture-manga - Clean Architecture with .NET5, C#9 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
  • Daniel-Krzyczkowski/CleanArchitectureWithDevSecOps - This repository contains code samples related with clean software architecture and DevSecOps.
  • aspnetcorehero/Boilerplate - Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
  • fals/cqrs-clean-eventual-consistency - CQRS, using Clean Architecture, multiple databases and Eventual Consistency
  • rafaelfgx/Architecture - Architecture .NET 5, ASP.NET Core 5, Entity Framework Core 5, C# 9, Angular 11, Clean Code, SOLID, DDD.
  • kgrzybek/sample-dotnet-core-cqrs-api - Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
  • phongnguyend/Practical.CleanArchitecture - Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling
  • aspnetrun/run-aspnetcore - A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD
  • aspnetrun/run-aspnetcore-cqrs - Real world Enterprise CRM application example of ASP.NET Core + Angular web application. Implemented CQRS Design Pattern for ASP.NET Core + Angular reference application, demonstrating a layered application architecture with DDD
  • aspnetrun/run-aspnetcore-realworld - E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices.
  • jacobduijzer/CleanArchitectureTemplate - A template for a dotnet core api / mvc “clean architecture” project.
  • CanerPatir/aspnet-core-clean-arch - It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
  • techtribesje/techtribesje
  • thombergs/buckpal - An example approach for implementing a Clean/Hexagonal Architecture
  • proudmonkey/ApiBoilerPlate - A simple yet organized project template for building ASP.NET Core APIs in .NET Core 3.1
  • blazorhero/CleanArchitecture - Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
  • iammukeshm/CleanArchitecture.WebApi - An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
  • Reddnet - A mini Reddit written in ASP.NET Core 5.0
  • DevBetterCom/DevBetterWeb - A simple web application for devBetter
  • katzien/go-structure-examples - Examples for my talk on structuring go apps
  • Amitpnk/Clean-Architecture-ASP.NET-Core - Complete solution template which is built on Clean Architecture with all essential feature, CI/CD, best practice, testing Strategy using the testing pyramid and documentation using .NET 5!
  • baratgabor/MyWarehouse - Clean Architecture and Domain Driven Design sample project based on C# 9 / .NET 5 / ASP.NET Core 5 / EF Core 5 & Angular 11 with Bootstrap.
  • roblaszczak/go-cleanarch - Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
  • thangchung/clean-architecture-dotnet - Dev: Apply Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns on eCommerce sample business domain. 🍻 Ops: Use Tye with Dapr extension to deploy it to Kubernetes.
  • fakhrulhilal/cleanarchitecture-kit - A starting kit to build project with clean architecture
  • iayti/CleanArchitecture
  • keremvaris/Sennedjem - Sennedjem is a software development infrastructure that adopts the CQRS (Command Query Responsibility Segregation) approach and focuses on SOLID principles and Clean Architecture methods. RabbitMq is very skilled in integrating with ElasticSearch etc tools.
  • grandnode/grandnode2 - Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
  • iancooper/CA-Tutorial - Implementing the Clean Architecture in .NET
  • dimatrubca/book-exchange-app - BookExchangeApp is a fully functioning application that allows users to exchange books, earn and buy points, and receive recomendations based on the rated books
  • fullstackhero/dotnet-webapi-boilerplate - .NET WebAPI Boilerplate Template built with .NET 6.0. Incorporates the most essential Packages your projects will ever need. Follows Clean Architecture Principles.
  • TanvirArjel/CleanArchitecture - This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
  • andresantarosa/CleanArchitectureExample - CleanArchitectureExample Project
  • referbruv/ContainerNinja.CleanArchitecture - ContainerNinja is a boilerplate template project to demonstrate building a multi-container Full Stack application with ASP.NET Core (.NET 6) Web API following Clean Architecture, and Angular.
  • Grauenwolf/CleanArchitecture - Clean Architecture Solution Template for .NET 6
  • DijanaPenic/DDD-VShop - VShop is a sample .NET 6 application built as Modular Monolith with Domain-Driven Design (DDD) approach. Each module is an independent vertical slice with its custom architecture.
  • kalintsenkov/BookStore - ASP.NET Core | Domain-Driven Design | Clean Architecture
  • ShawnShiSS/clean-architecture-azure-cosmos-db - A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
  • serodriguez68/clean-architecture - A detailed summary of Clean Architecture by Robert C Martin (Uncle Bob)
  • AntonioFalcaoJr/EDA.CleanArch.DDD.CQRS.EventSourcing - The main objective of this cloud-native project is to represent the state of the art of a distributed, reliable, and highly scalable system by interpreting the most relevant principles of Reactive Domain Driven Design.
  • matt-bentley/CleanArchitecture - An opinionated ASP.NET Core solution setup for creating web applications using Clean Architecture and Domain-Driven Design principles.
  • amantinband/clean-architecture - The ultimate clean architecture template for .NET applications.

📚 Books