Question d’entretien chez Morningstar

LINQ - pros and cons?

Réponse à la question d'entretien

Utilisateur anonyme

28 déc. 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).