LINQ - pros and cons?
Utilisateur anonyme
Pros: ability to step through on code level, one can query almost any type of data as long as it is implementing either IQueryable or IEnumerable. Cons: one needs to be aware of how the SQL statement is constructed (make sure there are no unnecessary joins, etc. created).