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
**UDEMY COURSE WITH DISCOUNTED - Step by Step Development of this repository -> https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?referralCode=FA6BAE225A0B6F0B7BB7**
4
5
5
6
See the overall picture of **implementations on microservices with .net tools** on real-world **e-commerce microservices** project;
6
7
@@ -36,7 +37,7 @@ We have implemented below **features over the run-aspnetcore-microservices repos
36
37
***Entity Framework Core on SQL Server** docker
37
38
* REST API principles, CRUD operations
38
39
***Consuming RabbitMQ** messages
39
-
***Clean Architecture** implementation with CQRS Pattern
40
+
***Clean Architecture** implementation with CQRS Design Pattern
40
41
* Event Sourcing
41
42
* Implementation of MediatR, Autofac, FluentValidator, AutoMapper
42
43
* Swagger Open API implementation
@@ -56,15 +57,9 @@ We have implemented below **features over the run-aspnetcore-microservices repos
56
57
***Dockerization** of database
57
58
* Override Environment variables
58
59
59
-
## The Book - Microservices Architecture and Step by Step Implementation on .NET
60
-
61
-
You can find **Microservices Architecture and Step by Step Implementation on .NET book** which **step by step developing** this repository with extensive explanations and details. This book is the **best path to leverage your .NET skills** in every aspect from beginner to senior level you can benefit to ramp-up faster on **Enterprise Application Development practices** and easy to **Onboarding to Full Stack .Net Core Developer jobs**.
62
-
63
-
**[Download Microservices Architecture and Step by Step Implementation on .NET Book](https://aspnetrun.azurewebsites.net/Microservices)**
## The Book - Microservices Architecture and Step by Step Implementation on .NET
93
+
94
+
You can find **Microservices Architecture and Step by Step Implementation on .NET book** which **step by step developing** this repository with extensive explanations and details. This book is the **best path to leverage your .NET skills** in every aspect from beginner to senior level you can benefit to ramp-up faster on **Enterprise Application Development practices** and easy to **Onboarding to Full Stack .Net Core Developer jobs**.
95
+
96
+
The book also includes more practical information and I **update it regularly** and send it again with new versions.
97
+
So the idea is once you buy a book, I take this as **supporting me** and **join them in my privilege group** for sharing **next outputs**.
98
+
For example I am planning to add **IdentityServer4 implementation**, firstly I added it into a book and sent it to you.
99
+
100
+
**[Download Microservices Architecture and Step by Step Implementation on .NET Book](https://aspnetrun.azurewebsites.net/Microservices)**
**[Download Microservices Architecture and Step by Step Implementation on .NET Book](https://aspnetrun.azurewebsites.net/Microservices)**
105
+
97
106
## Upcomming Features
98
107
99
108
* Authentication with **IdentityServer4**
100
109
* Service Discovery with **Eureka**
101
110
* Resilient HTTP Clients with **Polly**
102
111
* Central Logging with **Kibana**
103
-
* Monitoring Health Checks
112
+
* Monitoring Health Checks**AspNetHealthCheck**
104
113
105
114
# What is AspnetRun ?
106
115
The best path to **leverage your ASP.NET Core** skills. Onboarding to **Full Stack .Net Core Developer** jobs. Boilerplate for **ASP.NET Core reference application** with **Entity Framework Core**, demonstrating a layered application architecture with DDD best practices. Implements NLayer **Hexagonal architecture** (Core, Application, Infrastructure and Presentation Layers) and **Domain Driven Design** (Entities, Repositories, Domain/Application Services, DTO's...)
@@ -155,4 +164,4 @@ See also the list of [contributors](https://github.com/aspnetrun/run-core/contri
155
164
156
165
## License
157
166
158
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
167
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
0 commit comments