Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 4.57 KB

hexagonal-architecture.md

File metadata and controls

46 lines (38 loc) · 4.57 KB

Hexagonal Architecture - (Ports And Adapters Architecture)

📕 Articles

📺 Videos

🚀 Samples

  • Sairyss/domain-driven-hexagon - Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
  • ivanpaulovich/hexagonal-architecture-acerola - An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
  • ivanpaulovich/clean-architecture-manga - Clean Architecture with .NET5, C#9 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
  • CanerPatir/aspnet-core-clean-arch - It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
  • Lunch-box/SimpleOrderRouting - Prototype of a Smart Order Routing system (finance). The opportunity for a mob of Lunch-boxers, to explore various technical approaches in reactive programming.