Logging in ASP.NET Core Logging in ASP.NET Core framework is simplified further. Today in this article we will cover basic aspects of Logging in ASP.NET...
Continue ReadingNo database provider has been configured for this DbContext.
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 Reading