|
1 | 1 |
|
2 | 2 | [](https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=FA24745CC57592AB612A)
|
3 | 3 |
|
4 |
| -**UDEMY COURSE WITH DISCOUNTED - Step by Step Development of this repository -> https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=FA24745CC57592AB612A** |
| 4 | +**UDEMY COURSE WITH DISCOUNTED - Step by Step Development of this repository -> https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=APRIL2021** |
5 | 5 |
|
6 | 6 | See the overall picture of **implementations on microservices with .net tools** on real-world **e-commerce microservices** project;
|
7 | 7 |
|
@@ -119,43 +119,6 @@ docker-compose -f docker-compose.yml -f docker-compose.override.yml up –d
|
119 | 119 |
|
120 | 120 | >Note: If you are running this application in macOS then use `docker.for.mac.localhost` as DNS name in `.env` file and the above URLs instead of `host.docker.internal`.
|
121 | 121 |
|
122 |
| -## The Book - Microservices Architecture and Step by Step Implementation on .NET |
123 |
| - |
124 |
| -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**. |
125 |
| - |
126 |
| -The book also includes more practical information and I **update it regularly** and send it again with new versions. |
127 |
| -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**. |
128 |
| -For example I am planning to add **IdentityServer4 implementation**, firstly I added it into a book and sent it to you. |
129 |
| - |
130 |
| -**[Download Microservices Architecture and Step by Step Implementation on .NET Book](https://aspnetrun.azurewebsites.net/Microservices)** |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| -**[Download Microservices Architecture and Step by Step Implementation on .NET Book](https://aspnetrun.azurewebsites.net/Microservices)** |
135 |
| - |
136 |
| -## Upcomming Features |
137 |
| - |
138 |
| -* Authentication with **IdentityServer4** |
139 |
| -* Deployment with **AKS** |
140 |
| -* Devops with **Azure Devops** |
141 |
| - |
142 |
| -# What is AspnetRun ? |
143 |
| -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...) |
144 |
| -and aimed to be a **Clean Architecture**, with applying **SOLID principles** in order to use for a project template. |
145 |
| -Also implements **best practices** like **loosely-coupled, dependency-inverted** architecture and using **design patterns** such as **Dependency Injection**, logging, validation, exception handling, localization and so on. |
146 |
| - |
147 |
| -You can check full repository documentations and step by step development of **[100+ page e-book PDF](https://aspnetrun.azurewebsites.net)** from here - **https://aspnetrun.azurewebsites.net**. Also detail introduction of book and project structure exists on **[medium aspnetrun page](https://medium.com/aspnetrun)**. You can follow **aspnetrun repositories** for building **step by step** asp.net core **web development skills**. |
148 |
| - |
149 |
| -# AspnetRun Repositories |
150 |
| -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; |
151 |
| -* **[run-aspnetcore-basics](https://github.com/aspnetrun/run-aspnetcore-basics)** - Building fastest ASP.NET Core Default Web Application template. This solution **only one solution one project** for **idea generation** with Asp.Net Core. |
152 |
| -* **[run-aspnetcore](https://github.com/aspnetrun/run-aspnetcore)** - Building ASP.NET Core Web Application with Entity Framework.Core and apply **Clean Architecture** with DDD best practices. |
153 |
| -* **[run-aspnetcore-cqrs](https://github.com/aspnetrun/run-aspnetcore-cqrs)** - Building Single-Page Web Applications(SPA) using ASP.NET Core & EF.Core, Web API Project and implement **CQRS Design Pattern**. |
154 |
| -* **[run-aspnetcore-microservices](https://github.com/aspnetrun/run-aspnetcore-microservices)** - Building **Microservices** on .Net platforms which used **Asp.Net Web API, Docker, RabbitMQ, Ocelot API Gateway, MongoDB, Redis, SqlServer, Entity Framework Core, CQRS and Clean Architecture** implementation. |
155 |
| - |
156 |
| -## Give a Star! :star: |
157 |
| -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**. |
158 |
| - |
159 | 122 | ## Authors
|
160 | 123 |
|
161 | 124 | * **Mehmet Ozkaya** - *Initial work* - [mehmetozkaya](https://github.com/mehmetozkaya)
|
|
0 commit comments