Skip to main content
c#, asp.net core, dapper

c#, asp.net core, dapper Blogs & Tutorials

Step-by-step guides, source code examples and in-depth articles

5
Articles
253
Total Views
81
Top Article Views

Showing 5 of 5 articles

12
Apr
2026
Implementing Asynchronous Data Access with Dapper in ASP.NET Core
42 views

In this tutorial, readers will learn how to implement asynchronous data access using Dapper in ASP.NET Core applications. Understanding asynchronous programming is crucial for building responsive and scalable web applications, especially when dealing with database operations. Familiarity with C#, ASP.NET Core, and basic SQL is recommended to follow along effectively.

11
Apr
2026
Optimizing Dapper Performance in ASP.NET Core Applications
48 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.

09
Apr
2026
Securing Dapper Queries in ASP.NET Core Against SQL Injection
81 views

This post delves into securing Dapper queries in ASP.NET Core applications against SQL Injection vulnerabilities, a critical concern for any application interacting with databases. Understanding the methods and best practices for preventing SQL Injection is essential for maintaining the integrity and security of your data. Prior knowledge of C#, ASP.NET Core, and Dapper is recommended to fully grasp the concepts discussed.

Translate Page