Sandeep Kumar
What we do For avoiding Sql injection attack?
By Sandeep Kumar in .NET on Dec 24 2015
  • Vishal Jadav
    Aug, 2016 6

    Use Stored procedures, avoid open queries and still necessary use SP_EXECUTESQL for open queries.

    • 0
  • Munesh Sharma
    May, 2016 31

    Constrain Input. You should validate all input to your ASP.NET applications for type, length, format, and range. ... Use Parameters with Stored Procedures. Using stored procedures does not necessarily prevent SQL injection. ... Use Parameters with Dynamic SQL.

    • 0
  • Rafnas T P
    Feb, 2016 20

    use stored procedure and instead of passing control value pass by parameter for ex, instead of textbox.Text pass @parameter

    • 0
  • Sandeep Kumar
    Dec, 2015 24

    We use stored procedure for avoiding sql injection attack.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS