0
kicks
Using LINQ to SQL or EF to beat Stored Procedure Power & Performance
Using powerful features of LINQ such as a unified query syntax, delayed execution, query expression building, and dynamically created SQL output to generate multiple optimized queries that will beat the performance of a typical stored procedure implementation.