Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 4.48 KB

hexagonal-architecture.md

File metadata and controls

53 lines (42 loc) · 4.48 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 - Ivan Paulovich

    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 - Ivan Paulovich

    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.