Explore >> Select a destination


You are here

damienbod.com
| | goatreview.com
8.9 parsecs away

Travel
| | Unlock the full potential of your ASP.NET Core applications with our definitive guide to middleware-based exception handling. Learn how to gracefully manage errors, boost your application's resilience, and protect against downtime with practical, easy-to-follow strategies
| | csharp.christiannagel.com
8.4 parsecs away

Travel
| | The HttpClient class can be easily used in a way how it's not meant to be. While this class is disposable, using it with the using statement is often not the best choice. Disposing the HttpClient, the underlying socket is not immediately released. The HttpClient class is designed to be reused for multiple requests. Having...
| | www.claudiobernasconi.ch
9.9 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | brockallen.com
72.4 parsecs away

Travel
| There have been many changes to how authentication is performed for web applications in Visual Studio 2013. For one, there's a new "Change Authentication" wizard to configure the various ways an application can authenticate users. The approach to authentication that's undergone the most changes in this version is local cookie-based authentication and external login providers...