Skip to main content
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
121 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.

24
Mar
2026
Comprehensive Security Best Practices for .NET 10 Development in C#
81 views

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.

Translate Page