Difference between IEnumerable and IQueryable in C# ? Why to use IQueryable in sql queries ?

preview_player
Показать описание
1. Full .NET Interview Course (with PDF Book)

C# / ASP.NET Core / MVC / API - Top 500 Interview Questions

Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.

2. Quick Revision Book (PDF format)

Top 500 .NET Interview Questions - OOPS/ C#/ ASP.Net/ MVC/ SQL /.Net Core /Web API

50% Discount Applied on above link.

My best wishes are with you.
Рекомендации по теме
Комментарии
Автор

Thank you prof good explanation and direct to the point

supermous
Автор

ienumrable kind of readonly list. in case of update the list iquarable

ermahesh
Автор

Please make video in depth of IEnumerable and iEnumerater

chityalavenkataramachandra
Автор

This is not right. The difference between IEnumerable and IQueryable is that the latter is expressions and can be translated, you can then use it to implement database queries, it’s not a built in feature of IQueryables. Additionally IEnumerables are not specific to in memory collections at all

ShiyalaKohny