Posts Tagged ‘ Lambda Expression

Preventing SQL Injection Using Linq

SQL injection is one of the most common hacking methods for websites where authentication is required for accessing the website content. In this article we try to verify if linq based data access layers are truly immune to SQL injection.

Read more