asp.net core Select action method based on header value in ASP.NET Core Shows how to use IActionConstraint to select a specific action method based on a header
httpclient C# - How to throttle outgoing http requests - Concurrent This post focus on how to handle request rate limits when we are only allowed to send 10 requests at the same time
c-sharp How C# Records will change my life The new record type will be a huge timesaver when working with immutable objects in C#
c-sharp C# - Sealed and internal - how to use in unit test? Shows how to create a new instance of a sealed class without any public constructors. Reflection to the rescue!