gRPC & ASP.NET Core 3.1: What’s gRPC ? (introduction)
What’s gRPC? gRPC is an RPC (Remote procedure call) framework and not a Microsoft framework….
Read MoreTips & 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 MoreCheck and log multiple registrations of a same service in ASP.NET Core 3.1
Introduction Sometimes, the same service is registered in the ASP.NET Core dependency injection system. Sometimes…
Read More