HomeNikola Knezevic

Previous blogs

Prevent SQL Injection in .NET
Prevent SQL Injection in .NET

SQL injection lets attackers alter database queries through untrusted input. Preventing it requires understanding how database queries are built and using parameterization consistently.