web-sockets
benchmarking
SignalR
httpclient
- HttpClient is reentrant
- Calling a Web API from a .NET Client
HttpClient is intended to be instantiated once and reused throughout the life of an application. Creating a new HttpClient instance per request can exhaust the available sockets.
- Improper instantiation antipattern
- Use HttpClientFactory to implement resilient HTTP requests