Onion Architecture
Onion Architecture is a software architecture pattern, introduced by Jeffrey Palermo, that arranges application layers in concentric rings around a central domain model, with all dependencies pointing inward so that the domain has no dependency on infrastructure, UI, or external services.
3 resources across 1 library
Glossary Terms(3)
Hexagonal Architecture
Hexagonal architecture, also known as Ports and Adapters, is a software architecture pattern that isolates an application's core business logic from external c…
Clean Architecture
Clean Architecture is a software architecture pattern, described by Robert C. Martin, that organizes code into concentric layers with dependencies pointing str…
Onion Architecture
Onion Architecture is a software architecture pattern, introduced by Jeffrey Palermo, that arranges application layers in concentric rings around a central dom…