SQL injection is the one of the best known security attack method to web applications. Programmers should know the details of SQL Injection in deep to prevent this kind of attacks. I have collected numbers of resources that may help you to understand the topic well. I hope it helps.If you know other resource, please add as a comment.

Wikipedia definition;
SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.
See Also;
- ASP.NET AJAX Resources, Samples, Articles, Tutorials and Toolkits
- Frameworks are more important than Programming Languages
- AJAX Frameworks and Resources
- Prevent robots from submitting data
- ASP.NET AJAX Resources, Samples, Articles, Tutoria...
1 comments:
you can use dotDefender to protect your website against sql injection attacks. u can use ditdefender as monitoring or in protecting mode, http://www.applicure.com/
Post a Comment