
How to use the same Database Connection for Entity Framework Core & Dapper in ASP.NET Core
Entity Framework Core (EF Core) and Dapper in short words is an ORM for accessing databases in the ASP.NET Core application. I am not going to explain how to use EF Core or Dapper. There are already many posts and tutorials out there. This article is for those who are familiar with EF Core &... » read more