Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0051798

Browse files
Update README.md
1 parent 2236c0c commit 0051798

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

‎README.md

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# What is AspnetRun ?
2-
A **starter kit** for your next web application. Boilerplate for **ASP.NET Core reference application** with **Entity Framework Core**, demonstrating a layered application architecture with DDD best practices. Implements **NLayer architecture** (Core, Application, Infrastructure and Presentation Layers) and **Domain Driven Design** (Entities, Repositories, Domain/Application Services, DTO's...)
1+
# What is AspnetRun ?
2+
A **starter kit** for your next **ASP.NET Core**web application. Boilerplate for **ASP.NET Core reference application** with **Entity Framework Core**, demonstrating a layered application architecture with DDD best practices. Implements NLayer **Hexagonal architecture** (Core, Application, Infrastructure and Presentation Layers) and **Domain Driven Design** (Entities, Repositories, Domain/Application Services, DTO's...)
33
and aimed to be a **Clean Architecture**, with applying **SOLID principles** in order to use for a project template.
4-
Also implements and provides a good infrastructure to implement **best practices** and using **design patterns** such as **Dependency Injection**, logging, validation, exception handling, localization and so on.
4+
Also implements **best practices** like **loosely-coupled, dependency-inverted** architecture and using **design patterns** such as **Dependency Injection**, logging, validation, exception handling, localization and so on.
55

6-
You can check full repository documentations and step by step development of **100+ page eBook PDF** from here - http://www.aspnetrun.com/Book. Also basic introduction of book and project structure exists on [wiki](https://github.com/aspnetrun/run-core/wiki).
6+
You can check full repository documentations and step by step development of **[100+ page eBook PDF](http://www.aspnetrun.com/Book)** from here - **http://www.aspnetrun.com/Book**. Also detail introduction of book and project structure exists on **[50+ page of github wiki](https://github.com/aspnetrun/run-core/wiki)**.
77

88
# AspnetRun Repositories
99
There are **2 types** of aspnetrun repositories;
10-
* **[run-core](https://github.com/aspnetrun/run-core)** - intented to building Multi-Page Web Applications(MPA) using ASP.NET Core & EF.Core and Razor Pages templates.
11-
* **[run-angular](https://github.com/aspnetrun/run-angular)** - intented to building Single-Page Web Applications(SPA) using ASP.NET Core & EF.Core, Web API Project and Angular for frontend framework. **YOU ARE HERE.**
10+
* **[run-aspnetcore](https://github.com/aspnetrun/run-aspnetcore)** - intented to building traditional Multi-Page Web Applications(MPA) using ASP.NET Core & EF.Core and **Razor Pages** templates with default aspnet core server-side rendering approach.
11+
* **[run-angular](https://github.com/aspnetrun/run-angular)** - intented to building Single-Page Web Applications(SPA) using ASP.NET Core & EF.Core, Web API Project and **Angular** for frontend framework. **YOU ARE HERE.**
1212

1313
And there are 2 sample repositories which are implemented base repository and **applying real-world examples** with developing new features for example Identity, Localization etc..
14-
* [run-core-sample](https://github.com/aspnetrun/run-core-sample) - implemented this repository and build **sample of eCommerce reference application** on Multi-Page Web Applications(MPA) using ASP.NET Core Razor Pages templates.
15-
* [run-angular-sample](https://github.com/aspnetrun/run-angular-sample) - implemented run-angular repository and build **sample of eCommerce reference application** on Single Page Web Application(SPA) architecture using ASP.NET Core + Angular.
14+
* **[run-aspnetcore-realworld](https://github.com/aspnetrun/run-aspnetcore-realworld)** - implemented this repository and build **sample of eCommerce reference application** on Multi-Page Web Applications(MPA) using ASP.NET Core Razor Pages templates.
15+
* **[run-angular-realworld](https://github.com/aspnetrun/run-angular-realworld)** - implemented run-angular repository and build **sample of eCommerce reference application** on Single Page Web Application(SPA) architecture using **ASP.NET Core + Angular**.
1616

1717
# run-angular
1818
This repository is ***under development***. It is not finished yet.
@@ -24,24 +24,7 @@ It will include;
2424
* Implementation of MediatR, Autofac, FluentValidator, AutoMapper
2525
* swagger
2626

27-
28-
# What is AspnetRun ?
29-
A **starter kit** for your next **ASP.NET Core** web application. Boilerplate for **ASP.NET Core reference application** with **Entity Framework Core**, demonstrating a layered application architecture with DDD best practices. Implements NLayer **Hexagonal architecture** (Core, Application, Infrastructure and Presentation Layers) and **Domain Driven Design** (Entities, Repositories, Domain/Application Services, DTO's...)
30-
and aimed to be a **Clean Architecture**, with applying **SOLID principles** in order to use for a project template.
31-
Also implements **best practices** like **loosely-coupled, dependency-inverted** architecture and using **design patterns** such as **Dependency Injection**, logging, validation, exception handling, localization and so on.
32-
33-
You can check full repository documentations and step by step development of **[100+ page eBook PDF](http://www.aspnetrun.com/Book)** from here - **http://www.aspnetrun.com/Book**. Also detail introduction of book and project structure exists on **[50+ page of github wiki](https://github.com/aspnetrun/run-core/wiki)**.
34-
35-
# AspnetRun Repositories
36-
There are **2 types** of aspnetrun repositories;
37-
* **[run-aspnetcore](https://github.com/aspnetrun/run-aspnetcore)** - intented to building traditional Multi-Page Web Applications(MPA) using ASP.NET Core & EF.Core and **Razor Pages** templates with default aspnet core server-side rendering approach. **YOU ARE HERE.**
38-
* **[run-angular](https://github.com/aspnetrun/run-angular)** - intented to building Single-Page Web Applications(SPA) using ASP.NET Core & EF.Core, Web API Project and **Angular** for frontend framework.
39-
40-
And there are 2 sample repositories which are implemented base repository and **applying real-world examples** with developing new features for example Identity, Localization etc..
41-
* **[run-aspnetcore-realworld](https://github.com/aspnetrun/run-aspnetcore-realworld)** - implemented this repository and build **sample of eCommerce reference application** on Multi-Page Web Applications(MPA) using ASP.NET Core Razor Pages templates.
42-
* **[run-angular-realworld](https://github.com/aspnetrun/run-angular-realworld)** - implemented run-angular repository and build **sample of eCommerce reference application** on Single Page Web Application(SPA) architecture using **ASP.NET Core + Angular**.
43-
44-
# run-aspnetcore
27+
# run-angular
4528
Here is CRUD operations of aspnetrun-core template project;
4629

4730
![Recordit GIF](http://g.recordit.co/LJCyYfQEpX.gif)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /