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
**AspnetRunCoreAngularRealWorld** is an implementation of base aspnetrun project which written with **clean architecture** and best practices. The idea is that **how to implement real life projects** over the base repository i.e. **e-commerce domain** implemented with full **E&E e-commerce web template**. AspnetRunRealWorld is an implementation of **e-commerce domain** with **Northwind database**.This managed with **layered architecture** for building modern web applications with latest ASP.NET Core & Web API & EF Core technologies.
18
3
19
4
# What is AspnetRun ?
@@ -38,6 +23,12 @@ These repositories are **updated regularly**. We are following Microsoft Web Tec
38
23
39
24
## Whats Including In This Repository
40
25
We have implemented below **features over the run-aspnetcore boilerplate template**. You can change **real-world features** as your business requirements;
26
+
27
+
* CQRS pattern
28
+
* Event Sourcing
29
+
* Implementation of MediatR, Autofac, FluentValidator, AutoMapper
30
+
* Identity Implementation
31
+
* Swagger Implementation
41
32
* Dashboard theme implementation
42
33
* Full development of e-commerce use cases of northwind database
43
34
* Business rule check, domain policy apply and validations
0 commit comments