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
sql injection
All blogs tagged with sql injection
3
Articles
385
Total Views
Showing 3 of 3 articles
09
Apr
2026
Securing Dapper Queries in ASP.NET Core Against SQL Injection
24
Mar
2026
Comprehensive Security Best Practices for .NET 10 Development in C#
In this post, readers will explore essential security practices for .NET 10 development, focusing on preventing vulnerabilities and ensuring data integrity. Understanding these practices is crucial for building robust applications that defend against common threats. Prior knowledge of C# and .NET framework fundamentals is recommended.
19
Mar
2026
Understanding CWE-89: SQL Injection - How It Works and How to Prevent It
In this blog post, readers will learn about SQL Injection, a critical security vulnerability categorized as CWE-89. We will explore how it works, its implications, and effective strategies to prevent it in web applications.