.NET Core 3.1: the converter … read too much or not enough April 19, 2020July 25, 2020Munir HusseiniNo Comments The other day, I created a custom JSON converter for the new JSON API in .NET Core 3.1. At runtime,…
Concurrent Access to External Resources with .NET Core April 9, 2020May 12, 2020Munir HusseiniNo Comments A common scenario in web application is that multiple threads (i.e. concurrent page requests) concurrently try to access the same…