What is the protection from SQL injection attacks using linq-to-sql?
Thanks for your input.
, they are not weak for traditional SQL injection
How does LINQ SQL is protected from Q-SQL injection attacks?
A SQL injection has been a significant risk to traditional SQL queries created by adding user input. Using SQLParameter in LINQ queries for SQL avoids such injection is changed to user input parameter values. This approach prevents malicious commands from being used by Customer Informatics
Comments
Post a Comment