|
You are here |
elvanydev.com | ||
| | | | |
emptysqua.re
|
|
| | | | | How should my code respond to network errors, outages, and other exceptions? | |
| | | | |
anthonygiretti.com
|
|
| | | | | [AI summary] The article discusses best practices for using HttpClient in .NET Core 2 with Retry Policies and Circuit Breakers using Polly, focusing on resilience and performance optimization. | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | Polly Policy Wraps let you apply multiple types of resilience to a single operation. Using them with Minimal API Endpoints is easy, read on to see how. | |
| | | | |
damienbod.com
|
|
| | | The article shows how to implement user management for an ASP.NET Core application using ASP.NET Core Identity. The application uses custom claims, which need to be added to the user identity after a successful login, and then an ASP.NET Core policy is used to authorize the identity. Code: https://github.com/damienbod/AspNetCoreAngularSignalRSecurity History 2023-01-07 Updated .NET 7, Angular... | ||