Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | csharp.christiannagel.com
6.1 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...
| | blog.peterritchie.com
6.4 parsecs away

Travel
| | Peter Ritchie
| | conradakunga.com
12.2 parsecs away

Travel
| | This is Part 1 of a series on Dependency Injection
| | blog.codingmilitia.com
71.7 parsecs away

Travel
| I'm pretty late to the C# source generator party, but hey, better late than never ??. In this post, let's take a look at how we can automagically map minimal API endpoints using C# source generators