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
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**.
97
+
## Upcomming Features
98
+
99
+
* Authentication with IdentityServer4
100
+
* Service Discovery with Eureka
101
+
* Monitoring Health Checks
102
+
* Resilient HTTP Clients with Polly
103
+
* Central Logging with Kibana
99
104
100
105
# What is AspnetRun ?
101
106
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...)
@@ -111,6 +116,9 @@ Here you can find all of the **aspnetrun repositories from easy to difficult**,
111
116
***[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**.
112
117
***[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.
113
118
119
+
## Give a Star! :star:
120
+
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**.
121
+
114
122
## Disclaimer
115
123
116
124
* This repository is not intended to be a definitive solution.
@@ -128,11 +136,11 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
128
136
129
137
## Next Releases and RoapMap
130
138
131
-
For information on upcoming features and fixes, take a look at the [product roadmap](https://github.com/aspnetrun/run-core/projects).
139
+
For information on upcoming features and fixes, take a look at the [product roadmap](https://github.com/aspnetrun/run-aspnetcore/projects).
132
140
133
141
## Deployment - AspnetRun Online
134
142
135
-
This project is deployed on Azure. See the project running on Azure in [here](aspnetrun.com).
143
+
This project is deployed on Azure. See the project running on Azure in [here](https://aspnetrun.azurewebsites.net/).
0 commit comments