Skip to content

Commit e388a08

Browse files
committed
2 parents 33c9615 + eefd3a1 commit e388a08

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Here is **implementation of aspnetrun-core-basic template** on real-world **basi
22

33
![Recordit GIF](http://g.recordit.co/RdO0bFztPK.gif)
44

5-
**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 latest asp.net core and entity framework core.
5+
**AspnetRunBasicRealWorld** has only **one solution** and into this solution only **one web application project** with Asp.Net Core & EF.Core which used aspnetcore components; **razor pages, middlewares, dependency injection, configuration, logging**. To create websites with minimum implementation of asp.net core based on **HTML5, CSS, and JavaScript**. You can use this boilerplate for **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 latest asp.net core and entity framework core.
66

77
# What is AspnetRun ?
88
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...)
@@ -13,26 +13,24 @@ You can check full repository documentations and step by step development of **[
1313

1414
# AspnetRun Repositories
1515
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;
16-
* **[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.
17-
* **[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.
18-
* **[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.
19-
* **[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.
16+
* **[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.
17+
* **[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.
18+
* **[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.
2019

2120
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..
2221
* **[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**. ***YOU ARE HERE.***
2322
* **[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.
24-
* **[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.
25-
* **[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**.
23+
* **[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**.
2624

2725
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**.
2826

2927
## Whats Including In This Repository
3028
We have implemented below **features over the run-aspnetcore-basic boilerplate template**. You can change **real-world features** as your business requirements;
31-
* bootstrap4 theme implementation
32-
* asp.net core built-in dependency injection
33-
* identity and identity configuration
34-
* authorization for Products Page
35-
* aspnet core razor tools - View Components, partial Views, Tag Helpers, Model Bindings and Validations, Razor Sections etc..
29+
* Bootstrap4 theme implementation
30+
* Asp.net core built-in dependency injection
31+
* Identity and identity configuration
32+
* Authorization for Products Page
33+
* Aspnet core razor tools - View Components, partial Views, Tag Helpers, Model Bindings and Validations, Razor Sections etc..
3634

3735
## Give a Star! :star:
3836
If you liked the project or if AspnetRun helped you, please **give a star**. And also please **fork** this repository and send us **pull-requests**. If you find any problem please open **issue**.
@@ -44,8 +42,8 @@ Use these instructions to get the project up and running.
4442
You will need the following tools:
4543

4644
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
47-
* [.Net Core 2.2 or later](https://dotnet.microsoft.com/download/dotnet-core/2.2)
48-
* EF Core 2.2 or later
45+
* [.Net Core 3.0 or later](https://dotnet.microsoft.com/download/dotnet-core/2.2)
46+
* EF Core 3.0 or later
4947

5048
### Installing
5149
Follow these steps to get your development environment set up:
@@ -238,9 +236,9 @@ ASP.NET Core application must include Startup class. It is like Global.asax in t
238236

239237

240238
## Technologies
241-
* .NET Core 2.2
242-
* ASP.NET Core 2.2
243-
* Entity Framework Core 2.2
239+
* .NET Core 3.0
240+
* ASP.NET Core 3.0
241+
* Entity Framework Core 3.0
244242
* .NET Core Native DI
245243
* Razor Pages
246244
* AutoMapper

0 commit comments

Comments
 (0)