IEnumerable vs. IQueryable | LINQ Specific Programming Constructs

preview_player
Показать описание
LINQ provides two sets of standard query operators, one set operate on objects of type IEnumerable and the other set operate on objects of type IQueryable.
The query methods which are extended from IEnumerable, operate on in-memory collections.
The query methods which are extended from IQueryable, operate on out-of-process memory collections and build an expression tree that represents the query to be performed.
Рекомендации по теме
Комментарии
Автор

what a polite and decent way to explaining everything. i love it.

theislamiczone
Автор

This is by far the best explanation. Thank you very much.

matthew
Автор

superb explainer you are...
looking for rest api creation tutorial ..please guide or publish if you have on youtube

renukashiramka
Автор

Thank you, for a very clear explanation. Please make video about Repository pattern and Unit of Work.

chokayes
Автор

mam..you are very good teacher..i need two help from your side mam...plz make some videos on c#.and the second one is plz share some mvc interview question and build some projects ..how we implement all these things in project..so its very helpfull for me

subhransusamantaray
Автор

Thank you for the succinct explanation of the difference between IEnumerables and IQueryable. Do you have other more detailed videos illustrating examples of both?
MaryB

marybonner
Автор

If you're provide a practical example that could help us

pardhasaradhi