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
Copy file name to clipboardExpand all lines: README.md
+14-33Lines changed: 14 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ You can check full repository documentations and step by step development of **[
8
8
# AspnetRun Repositories
9
9
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
10
***[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.
11
-
***[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.***YOU ARE HERE.***
11
+
***[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.
12
12
***[run-aspnetcore-blazor](https://github.com/aspnetrun/run-aspnetcore-blazor)** - intended 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-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.
13
+
***[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.***YOU ARE HERE.***
14
14
15
15
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..
16
16
***[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**.
@@ -20,12 +20,21 @@ And there are crucial repositories which are **implemented base repository** and
20
20
21
21
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**.
22
22
23
-
# run-aspnetcore
23
+
# run-aspnetcore-angular
24
24
Here is CRUD operations of aspnetrun-core template project;
**run-aspnetcore** is a general purpose to implement the **Default Web Application template of .Net** with **layered architecture** for building modern web applications with latest ASP.NET Core & Web API & EF Core technologies.
28
+
AspnetRunAngular is an **Angular web framework** implementation of **asp.net core** backend.This managed with **layered architecture** for building modern web applications with latest ASP.NET Core & Web API & EF Core technologies.
29
+
30
+
## Whats Including In This Repository
31
+
It includes;
32
+
33
+
* ASP.NET Core Web API Layer
34
+
* CQRS pattern
35
+
* Event Sourcing
36
+
* Implementation of MediatR, Autofac, FluentValidator, AutoMapper
37
+
* swagger
29
38
30
39
## Give a Star! :star:
31
40
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**.
@@ -344,33 +353,5 @@ See also the list of [contributors](https://github.com/aspnetrun/run-core/contri
344
353
345
354
## License
346
355
347
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
348
-
349
-
350
-
351
-
352
-
353
-
354
-
-------------------------------
355
-
356
-
357
-
# run-angular
358
-
This repository is ***under development***. It is not finished yet.
359
-
It will include;
360
-
361
-
* ASP.NET Core Web API Layer
362
-
* CQRS pattern
363
-
* Event Sourcing
364
-
* Implementation of MediatR, Autofac, FluentValidator, AutoMapper
365
-
* swagger
366
-
367
-
# run-angular
368
-
Here is CRUD operations of aspnetrun-core template project;
**run-aspnetcore** is a general purpose to implement the **Default Web Application template of .Net** with **layered architecture** for building modern web applications with latest ASP.NET Core & Web API & EF Core technologies. These repositories is **updated regularly**. So one of the new approach of Microsoft is SPA with only Asp.Net Core framework without any frontend framework. This is **[Blazor](https://blazor.net/)** and it will be avaible soon, so we have another repository for implementing **Single Page Web Applcation over the Web Assembly** with using **Blazor** as below;
373
-
***[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 from Microsoft which basically using **Razor Components** templates.
374
-
375
-
We are following Microsoft Web Technologies very closely so we will update all these repositories accordingly with **Microsoft Web Application stacks**.
356
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
0 commit comments