GetInfra WebApi Abstractions introduction November 20, 2019 January 09, 2020 by Alexander I would like to share a GetInfra.WebApi.Abstractions library I'm using in my recent projects. Keep reading “Template: More Tag” →
Suppress CA2007 ConfigureAwait warning in ASP.NET Core November 11, 2019 January 10, 2020 by Alexander Choosing between ConfureAwait(true) and ConfureAwait(false) should be considered when developing UI threaded application. In web project it is not relevant and can be ignored. Keep reading “Template: More Tag” →