On large tables in MSSQL; selecting specific columns results in greater speed of the query. Does the same apply to Linq to SQL?
Would this:
var perso
I think the same applies, because LINQ to SQL translates the Linq query operations to SQL commands.