Skip to content

Commit 6ade9b7

Browse files
authored
Update README.md
1 parent e9bd046 commit 6ade9b7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@ add-migration YourCustomEntityChanges
9898
update-database
9999
```
100100

101-
## Layered Architecture
102-
AspnetRun implements NLayer **Hexagonal architecture** (Core, Application, Infrastructure and Presentation Layers) and **Domain Driven Design** (Entities, Repositories, Domain/Application Services, DTO's...). Also implements and provides a good infrastructure to implement **best practices** such as Dependency Injection, logging, validation, exception handling, localization and so on.
103-
Aimed to be a **Clean Architecture** also called **Onion Architecture**, with applying **SOLID principles** in order to use for a project template. Also implements and provides a good infrastructure to implement **best practices** like **loosely-coupled, dependency-inverted** architecture
104-
The below image represents aspnetrun approach of development architecture of run repository series;
105-
106-
![DDD_png_pure](https://user-images.githubusercontent.com/1147445/54773098-e1efe700-4c19-11e9-9150-74f7e770de42.png)
107-
108101
### Structure of Project
109102
AspnetRunBasic has only **one solution** and into this solution only **one web application project** which include all components of project structure. The idea is that **fast implementation, minimum development, bootstrap your idea, create Minimum Viable Product (MVP), idea validation, startup development implementation** for a **limited time** and **limited resources** with using asp.net core and entity framework core.
110103

@@ -132,7 +125,7 @@ EF add-migration classes.
132125
#### Repository
133126
EF Repository implementation. This class responsible to create queries, includes, where conditions etc..
134127

135-
#### Entities Folder
128+
### Entities Folder
136129
Includes Entity Framework Core Entities which creates sql table with **Entity Framework Core Code First Aproach**. Some Aggregate folders holds entity and aggregates.
137130
You can see example of **code-first** Entity definition as below;
138131

0 commit comments

Comments
 (0)