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
**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.
29
29
30
30
## Give a Star! :star:
31
31
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
99
99
```
100
100
101
101
### 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.
103
103
104
104
Repository include folders for group implementations;
105
105
* Data
@@ -194,6 +194,25 @@ Also implementation located same places in order to choose different implementat
194
194
Development of UI Logic with implementation. Interfaces drives business requirements and implementations in this layer.
195
195
The application's main **starting point** is the ASP.NET Core web project. This is a classical consoleapplication, withapublicstaticvoidMainmethodinProgram.cs. Itcurrentlyusesthedefault **ASP.NETCoreprojecttemplate** whichbasedon **RazorPages** templates. Thisincludesappsettings.jsonfileplusenvironmentvariablesinordertostoredconfigurationparameters, andisconfiguredinStartup.cs.
0 commit comments