Explore >> Select a destination


You are here

elvanydev.com
| | emptysqua.re
15.9 parsecs away

Travel
| | How should my code respond to network errors, outages, and other exceptions?
| | anthonygiretti.com
9.7 parsecs away

Travel
| | [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
16.6 parsecs away

Travel
| | 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
50.6 parsecs away

Travel
| 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...