Skip to content

Commit 4d3f645

Browse files
committed
Update README.md
1 parent 8fbeb7d commit 4d3f645

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Onion architecture with ASP.NET Core API
22

3-
Implement ASP.NET Core API using Onion architecture
3+
WhiteApp or QuickApp API solution template which is built on Domain-Driven Design (DDD) based with all essential feature using .NET Core
4+
5+
Onion, Clean or Hexagonal architecture: it's all the same. Which is built on Domain-Driven Desgin approach.
6+
7+
Domain in center and building layer top of it. You can call it as Domain-centric Architecture too.
8+
9+
* [Referenced by Article - Mark Seemann](https://blog.ploeh.dk/2013/12/03/layers-onions-ports-adapters-its-all-the-same/)
10+
* [Onion Architecture by Jeffrey Palermo](https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/)
11+
* [Clean Architecture by Robert C. Martin (Uncle Bob)
12+
](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
13+
* [Hexagonal Architecture by Dr. Alistair Cockburn](https://alistair.cockburn.us/hexagonal+architecture)
14+
415

516
## Licence Used
617
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -13,6 +24,8 @@ If you have found this project helpful, either as a library that you use or as a
1324

1425
<a href="https://www.buymeacoffee.com/amitpnaik" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important" ></a>
1526

27+
I do coding for fun during leisure time, but I have to pay the bills, so I also work for money :P
28+
1629
## Onion architecture
1730

1831
![image](Assert/Onion.png)

0 commit comments

Comments
 (0)