This post provides an in-depth comparison between Dapper and Entity Framework in ASP.NET Core, exploring their strengths and weaknesses in data access strategies. Understanding these frameworks is crucial for developers aiming to optimize performance and maintainability in their applications. Familiarity with C#, ASP.NET Core, and basic database concepts is recommended for following along.
Tag
data access
All blogs tagged with data access
3
Articles
5,623
Total Views
Showing 3 of 3 articles
12
Apr
2026
Dapper vs Entity Framework in ASP.NET Core: Choosing the Right Data Access Strategy
05
Apr
2026
Performance Tuning NHibernate for ASP.NET Core Applications
Readers will learn advanced techniques for optimizing NHibernate in ASP.NET Core applications, focusing on performance improvements. Understanding these concepts is crucial for building scalable and efficient applications that handle large datasets without compromising speed. Prior knowledge of ASP.NET Core and basic NHibernate configurations is recommended.
23
Jan
2024
How to Use Stored Procedures with Parameters in Dapper
In this article we will see how to use dapper with stored procedure for selecting data from database with parameters.