Tag: .NET Core 3
Tips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor
Introduction I wanted to write this article because I recently came across an interesting test…
Read MoreMy migration experience from ASP.NET Core 2.2 to 3.1, Part 1: Introduction
My migration experience from ASP.NET Core 2.2 to 3.1, part 1: Introduction My migration experience…
Read MoreWriting cleaner Typed HttpClient using a custom DelegatingHandler
Introduction I write a lot of HttpClient, including typed client. Since I discovered Refit I…
Read More