Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | csharp.christiannagel.com
8.2 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
8.8 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.
| | blog.peterritchie.com
9.2 parsecs away

Travel
| | Peter Ritchie
| | damienbod.com
66.9 parsecs away

Travel
| This article shows how to use multiple Azure B2C user flows from a single ASP.NET Core application. Microsoft.Identity.Web is used to implement the authentication in the client. This is not so easy to implement with multiple schemes as the user flow policy is used in most client URLs and the Microsoft.Identity.Web package overrides an lot...