Skip to content

Commit 79e8e7d

Browse files
authored
Update README.md
1 parent b61fb5d commit 79e8e7d

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# What is AspnetRun ?
21
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...)
32
and aimed to be a **Clean Architecture**, with applying **SOLID principles** in order to use for a project template.
43
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.
@@ -7,16 +6,14 @@ You can check full repository documentations and step by step development of **[
76

87
# AspnetRun Repositories
98
Here you can find all of the **aspnetrun repositories from easy to difficult**, Also this list can be track a **learning path** of asp.net core respectively;
10-
* **[run-aspnetcore-basic](https://github.com/aspnetrun/run-aspnetcore-basic)** - intented to building fastest ASP.NET Core Default Web Application template. This solution **only one solution one project** for **idea generation** with Asp.Net Core. ***YOU ARE HERE.***
11-
* **[run-aspnetcore](https://github.com/aspnetrun/run-aspnetcore)** - intented to building Multi-Page Web Applications(MPA) using ASP.NET Core & EF.Core in **Clean Architecture** with default aspnet core server-side rendering approach.
12-
* **[run-aspnetcore-spa](https://github.com/aspnetrun/run-aspnetcore-spa)** - intented to building **Single-Page Web Applications(SPA)** using only ASP.NET Core **without any frontend framework**. This comes with **Blazor** framework in asp.net core 3.x.
13-
* **[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.
9+
* **[run-aspnetcore-basic](https://github.com/aspnetrun/run-aspnetcore-basic)** - intended to building fastest ASP.NET Core Default Web Application template. This solution **only one solution one project** for **idea generation** with Asp.Net Core. ***YOU ARE HERE.***
10+
* **[run-aspnetcore](https://github.com/aspnetrun/run-aspnetcore)** - intended to building Multi-Page Web Applications(MPA) using ASP.NET Core & EF.Core in **Clean Architecture** with default aspnet core server-side rendering approach.
11+
* **[run-aspnetcore-angular](https://github.com/aspnetrun/run-angular)** - intended to building Single-Page Web Applications(SPA) using ASP.NET Core & EF.Core, Web API Project and **Angular** for frontend framework.
1412

1513
And there are crucial repositories which are **implemented base repository** and **applying real-world examples** with developing new enterprice features for example Identity, Paging, Localization etc..
1614
* **[run-aspnetcore-basic-realworld](https://github.com/aspnetrun/run-aspnetcore-basic-realworld)** - implemented this repository and build **sample of eCommerce reference application** on Default ASP.NET Core in a **one solution one project for fastest idea implementations**.
1715
* **[run-aspnetcore-realworld](https://github.com/aspnetrun/run-aspnetcore-realworld)** - implemented run-aspnetcore repository and build **sample of eCommerce reference application** on Multi-Page Web Applications(MPA) using ASP.NET Core Razor Pages templates.
18-
* **[run-aspnetcore-spa-realworld](https://github.com/aspnetrun/run-aspnetcore-spa-realworld)** - implemented run-aspnetcore-spa repository and build **sample of eCommerce reference application** on **Single-Page Web Applications(SPA)** using ASP.NET Core Blazor Pages templates.
19-
* **[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**.
16+
* **[run-aspnetcore-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**.
2017

2118
These repositories are **updated regularly**. We are following Microsoft Web Technologies very closely so we will update all these repositories accordingly with **Microsoft Web Application stacks**.
2219

@@ -37,8 +34,8 @@ Use these instructions to get the project up and running.
3734
You will need the following tools:
3835

3936
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
40-
* [.Net Core 2.2 or later](https://dotnet.microsoft.com/download/dotnet-core/2.2)
41-
* EF Core 2.2 or later
37+
* [.Net Core 3.0 or later](https://dotnet.microsoft.com/download/dotnet-core/2.2)
38+
* EF Core 3.0 or later
4239

4340
### Installing
4441
Follow these steps to get your development environment set up:
@@ -231,9 +228,9 @@ ASP.NET Core application must include Startup class. It is like Global.asax in t
231228

232229

233230
## Technologies
234-
* .NET Core 2.2
235-
* ASP.NET Core 2.2
236-
* Entity Framework Core 2.2
231+
* .NET Core 3.0
232+
* ASP.NET Core 3.0
233+
* Entity Framework Core 3.0
237234
* .NET Core Native DI
238235
* Razor Pages
239236
* AutoMapper

0 commit comments

Comments
 (0)