Tips and Tricks to prevent SQL Injection in .Net Code(beyondrelational.com)
submitted by
DPalkar(228) 2 years ago
There are many detailed articles available on web on SQL Injection topic and hence I’ll just try to keep it short and simple in this post.
SQL Injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. This can allow an attacker to steal the data as well as modify and delete it. Conventional security measures like use of SSL and IPSec, do not protect the application from SQL injection attacks.
|category: ADO.NET
|Views: 430
tags:
.Net Tricks Prevent Database ADO.NET another
Everyones tags:
Your Tags: