GeekArticles
Microsoft
.NET SecuritySQL Injection
Author: dndj.sys-con.com |
Published: 21st Nov 2006 |
Visited: 176 times |
Add CommentFiled in: NET SecurityMany applications (Web-based applications and forms-based ['smart client'] applications) typically use data stored in a database. While you may have firewalls and other protections established when running your application, your application can still be open to an attacker gaining direct (or indirect) access to information in your database. The most common and dangerous attack technique is to use SQL injection.
Read Article Sponsored Links
Related Articles
• The Why and How Behind Listener-Based Dependency Injection Listener-based dependency injection builds upon the core concepts of property-based Dependency Injection and offers many of the same benefits. Find out how you can use listener injection to reduce boilerplate code and clearly communicate relationships between POJOs using the Spring framew ...
• Assembly Manipulation and C#/VB.NET Code Injection Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C#/VB.NET code inject ...
• Assembly manipulation and C#/VB.NET code injection. Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C#/VB.NET code inject ...