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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ Overall picture of the **microservices implementation** in the **ProG Coder Shop
82
82
### Back-end
83
83
84
84
-**[`.NET Core 8`](https://dotnet.microsoft.com/download)** - .NET Framework and .NET Core, including ASP.NET and ASP.NET Core.
85
+
-**[`Minimal API`](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis)** - Architected to create HTTP APIs with minimal dependencies.
85
86
-**[`Keycloak`](https://www.keycloak.org)** - Open-source Identity and Access Management solution.
86
87
-**[`YARP`](https://github.com/microsoft/reverse-proxy)** - A toolkit for developing high-performance HTTP reverse proxy applications.
87
88
-**[`FluentValidation`](https://github.com/FluentValidation/FluentValidation)** - Popular .NET validation library for building strongly-typed validation rules.
@@ -102,6 +103,10 @@ Overall picture of the **microservices implementation** in the **ProG Coder Shop
102
103
-**[`OpenTelemetry`](https://opentelemetry.io)** - OpenTelemetry provides observability frameworks for cloud-native software.
103
104
-**[`Quartz.NET`](https://www.quartz-scheduler.net)** - Job scheduling library for .NET.
104
105
-**[`NEST`](https://github.com/elastic/elasticsearch-net)** - Official Elasticsearch .NET client for full-text search and analytics.
106
+
-**[`Dapper`](https://github.com/DapperLib/Dapper)** - Micro-ORM for .NET.
107
+
-**[`SignalR`](https://dotnet.microsoft.com/apps/aspnet/signalr)** - Library for adding real-time web functionality to apps.
108
+
-**[`Refit`](https://github.com/reactiveui/refit)** - The automatic type-safe HTTP library for .NET Core.
109
+
-**[`Feature Management`](https://github.com/microsoft/FeatureManagement-Dotnet)** - Library for feature flags management in .NET.
105
110
106
111
### Front-end
107
112
@@ -110,6 +115,14 @@ Overall picture of the **microservices implementation** in the **ProG Coder Shop
110
115
-**[`Vite`](https://vitejs.dev)** - Next generation frontend tooling for fast development.
0 commit comments