Question d’entretien chez Nelnet

What’s the difference between IEnumberable and IQueryable?

Réponse à la question d'entretien

Utilisateur anonyme

9 janv. 2020

IQueryable inherits from IEnumerable, so anything IEnumerable can do, IQueryable can, too. IEnumerable simply iterates through a collection whereas IQueryable allows more data manipulation.