CleanArchitecture
CleanArchitecture copied to clipboard
ASP.NET Core 6 Web API Clean Architecture Solution Template
Hi, I facing the issues with `Authorize` attribute when using policy Since in your code using custom authorize class, so I unable to implement policy here. If using `Microsoft.AspNetCore.Authorization.AuthorizeAttribute`, then...
Hi, I am implementing clean architecture using the existing database, with scaffolding command I have generated the POCO entities in the Infrastructure layer and as well as manually created the...
maybe you need it. Can greatly increase your productivity. https://github.com/neozhu/CleanArchitectureCodeGenerator
**Describe the bug** failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c dotnet restore "src/Apps/ProjName.Api/ProjName.Api.csproj"]: exit code: 1 **To Reproduce** Steps to reproduce the...
[Polly](https://github.com/App-vNext/Polly) is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner
API Gateways * [Ocelot](https://github.com/ThreeMammals/Ocelot) * [Tyk](https://github.com/TykTechnologies/tyk) * [Kong](https://github.com/Kong/kong) * AWS API Gateway, Azure Api Management or Google Cloud Endpoints Service Meshes * [Istio](https://github.com/istio/community) --- [microservice example](https://github.com/GoogleCloudPlatform/microservices-demo) * [Linkerd](https://github.com/linkerd/linkerd2) * [Consul...