You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**AspnetRunBasic** has only **one solution** and into this solution only **one web application project** which include all componentsof 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 alimited timeandlimited resourceswith using latest asp.net core and entity framework core.
6
6
7
7
# What is AspnetRun ?
8
8
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 **[
13
13
14
14
# AspnetRun Repositories
15
15
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.
20
19
21
20
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..
22
21
***[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.***
23
22
***[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**.
26
24
27
25
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**.
28
26
29
27
## Whats Including In This Repository
30
28
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..
36
34
37
35
## Give a Star! :star:
38
36
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.
44
42
You will need the following tools:
45
43
46
44
*[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
49
47
50
48
### Installing
51
49
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
0 commit comments