Skip to content

Commit 02c7e7f

Browse files
authored
Update README.md
1 parent e157656 commit 02c7e7f

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here is CRUD operations of aspnetrun-core-basic template project;
2525

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

28-
**run-aspnetcore-basic** is a general purpose to implement the **Default Web Application template of .Net** with **one solution one project for fastest idea implementations** to building modern web applications with latest ASP.NET Core & Web API & EF Core technologies.
28+
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.
2929

3030
## Give a Star! :star:
3131
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**.
@@ -99,7 +99,7 @@ update-database
9999
```
100100

101101
### Structure of Project
102-
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.
102+
**run-aspnetcore-basic** is a general purpose to implement the **Default Web Application template of .Net** with **one solution one project for fastest idea implementations** to building modern web applications with latest ASP.NET Core & EF Core technologies.
103103

104104
Repository include folders for group implementations;
105105
* Data
@@ -194,6 +194,25 @@ Also implementation located same places in order to choose different implementat
194194
Development of UI Logic with implementation. Interfaces drives business requirements and implementations in this layer.
195195
The application's main **starting point** is the ASP.NET Core web project. This is a classical console application, with a public static void Main method in Program.cs. It currently uses the default **ASP.NET Core project template** which based on **Razor Pages** templates. This includes appsettings.json file plus environment variables in order to stored configuration parameters, and is configured in Startup.cs.
196196

197+
#### Used Components
198+
* Asp.Net Core
199+
* Entity Framework Core
200+
* Razor Pages
201+
* Scaffolding Razor
202+
* Tag Helpers
203+
* Bindings
204+
* Model Validations
205+
* Navigation - Page Routes
206+
* User Interfaces
207+
* Partial Views
208+
* View Components
209+
* Razor Sections
210+
* Dynamic Layout
211+
* Middlewares
212+
* Logging
213+
* Configuration
214+
215+
***Most of these features implemented on real-world repository of this repos.Check for real-world examples.
197216

198217
## Technologies
199218
* .NET Core 2.2
@@ -203,10 +222,10 @@ The application's main **starting point** is the ASP.NET Core web project. This
203222
* Razor Pages
204223
* AutoMapper
205224

206-
## Used Components
225+
## Main Objects
207226
* Asp.Net Core
208227
* Entity Framework Core
209-
* Razor Pages
228+
* Razor Pages
210229
* Repository Design Pattern
211230
* Multiple Page Web Application (MPA)
212231
* Monolitic Deployment Architecture

0 commit comments

Comments
 (0)