You are here |
nodogmablog.bryanhogan.net | ||
| | | |
csharp.christiannagel.com
|
|
| | | | 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
|
|
| | | | Peter Ritchie | |
| | | |
conradakunga.com
|
|
| | | | This is Part 1 of a series on Dependency Injection | |
| | | |
blog.codingmilitia.com
|
|
| | 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 |