InvalidOperationException: No database provider has been configured for this DbContext. Issue Description EFCore runtime gives below error, InvalidOperationException: No database provider has been configured for...
Continue ReadingUnit Test and Mock HttpContext in ASP.NET Core Controller
Unit Test and Mock HttpContext in ASP.NET Core Controller In this article, we shall see how to perform Unit Test and Mock HttpContext in ASP.NET...
Continue ReadingDatabase Connection Resiliency in ASP.NET Core – Part II
Database Connection Resiliency in ASP.NET Core – Part II In this post, we will see how to implement Database Connection Resiliency in ASP.NET using an...
Continue ReadingCannot send a content-body with this verb-type
ProtocolViolationException: Cannot send a content-body with this verb-type Issue Description .NET runtime gives below error, The above error is most visible in the Client application...
Continue Reading