xenups / onionArchitecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Onion architecture is a form of layered architecture and we can visualize these layers as concentric circles. Hence the name Onion architecture. The Onion architecture was first introduced by Jeffrey Palermo, to overcome the issues of the traditional N-layered architecture approach.

There are multiple ways that we can split the onion, but we are going to choose the following approach where we are going to split the architecture into 4 layers:

  • Domain Layer
  • Service Layer
  • Infrastructure Layer
  • Presentation Layer

name

About


Languages

Language:C# 68.2%Language:HTML 24.5%Language:CSS 6.0%Language:JavaScript 1.3%