Posts Tagged ‘LINQ’

Eliminate SQL Injection Attacks Painlessly with LINQ

Monday, June 22nd, 2009

An article by Jason Schmitt. Please check it here.

Summary:

Microsoft’s LINQ to SQL technology offers .NET developers the chance to eliminate the possibility of SQL injection security vulnerabilities in their web applications.

by Jason Schmitt
May 24, 2007 

As web application security breaches and attempts rise, developers are increasingly being asked to take more responsibility for the security of their applications, and application framework vendors are building more robust security features into their platform software. Many developers have learned that the most effective way to build secure applications and prevent damaging attacks is to design and implement the applications securely from the beginning. Unfortunately, development teams often lack the training and resources to make educated design decisions about application security.

Detail content please read his article.

Update:

There is an nice related Chinese article:  “LINQ – 對付 SQL Injection 的 “免費補洞策略”" in MSN which posted by 黄忠成.