Skip to content

Commit b9e4c97

Browse files
authored
Update README.md
1 parent 8e172f2 commit b9e4c97

File tree

1 file changed

+14
-33
lines changed

1 file changed

+14
-33
lines changed

README.md

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ You can check full repository documentations and step by step development of **[
88
# AspnetRun Repositories
99
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;
1010
* **[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.
1212
* **[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.***
1414

1515
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..
1616
* **[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
2020

2121
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**.
2222

23-
# run-aspnetcore
23+
# run-aspnetcore-angular
2424
Here is CRUD operations of aspnetrun-core template project;
2525

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

28-
**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
2938

3039
## Give a Star! :star:
3140
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
344353

345354
## License
346355

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;
369-
370-
![Recordit GIF](http://g.recordit.co/LJCyYfQEpX.gif)
371-
372-
**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.
376357

0 commit comments

Comments
 (0)