Clean Architecture with EF core and Dapper
Mohammad Negah

Mohammad Negah @dot_nettips_a4e90828daa4

About: As a Senior Backend Developer with over 13 years of programming experience, I specialize in .NET and C#.

Location:
Dubai
Joined:
Sep 5, 2024

Clean Architecture with EF core and Dapper

Publish Date: Sep 25 '24
0 0

In modern .NET applications, data access is one of the most critical aspects because it’s the foundation of how your application communicates with a database. Every application needs to interact with its data store for operations like creating new records, retrieving existing ones, updating data, and deleting unnecessary entries. Now, there are different strategies to handle data access efficiently, and two of the most popular tools in the .NET ecosystem are Entity Framework Core (EF Core) and Dapper.
This tutorial title reflects the combination of both tools, EF Core and Dapper, to achieve optimized, high-performance data access in .NET. Rather than choosing one over the other, we use them together, leveraging the best of both.
Clean Architecture with EF core and Dapper

Comments 0 total

    Add comment