Domanda di colloquio di Morningstar

LINQ - pros and cons?

Risposta di colloquio

Anonimo

28 dic 2011

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).