Skip to main content
Tag

repository

All blogs tagged with repository

5
Articles
27,564
Total Views

Showing 5 of 5 articles

11
Apr
2026
Optimizing Dapper Performance in ASP.NET Core Applications
31 views

In this article, you will learn how to enhance the performance of Dapper in your ASP.NET Core applications, exploring both theoretical concepts and practical implementations. This optimization is crucial for high-performance applications that require efficient database interactions. A solid understanding of Dapper and ASP.NET Core is recommended before diving into the optimization techniques.

06
Apr
2026
Unit Testing NHibernate Repositories in ASP.NET Core Projects
43 views

This blog post provides an in-depth exploration of unit testing NHibernate repositories within ASP.NET Core projects, covering the theory, practical implementations, and best practices. Understanding how to effectively test these repositories is crucial for ensuring data integrity and application reliability. Readers should have a basic knowledge of C#, ASP.NET Core, and unit testing principles.

Translate Page