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.
Tag
code quality
All blogs tagged with code quality
2
Articles
230
Total Views
Showing 2 of 2 articles
09
Apr
2026
Securing Dapper Queries in ASP.NET Core Against SQL Injection
25
Mar
2026
Understanding CWE-476: NULL Pointer Dereference - Causes, Impact and Prevention
This article delves into the vulnerabilities associated with NULL pointer dereference, a critical issue in software security. Readers will learn how this common flaw can lead to application crashes, unexpected behavior, and security breaches. A foundational understanding of pointers and memory management in programming is recommended to fully grasp the concepts discussed.