Skip to main content
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
74 views

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.

05
Apr
2026
Performance Tuning NHibernate for ASP.NET Core Applications
72 views

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.

Translate Page