Previous Topic

Next Topic

Book Contents

Avoid direct SQL

Use LLBLGen collections and LINQ to LLBLGen rather than SQLConnection, SQLCommand, and SQLDataReader. The LLBLGen data access provider parameterizes all SQL sent to the database appropriately, which prevents SQL injection attacks.

Send Feedback