Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between iqueryable and ienumerable in linq?



What is difference between iqueryable and ienumerable in linq?..

Answer / Himanshu Bisht

IQueryable represents a deferred execution query that can be translated into SQL when used with Entity Framework. It supports filtering, sorting, and grouping operations on a database. On the other hand, IEnumerable is an interface for collections that support enumeration. It does not support deferred execution or database queries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

Is linq a programming language?

1 Answers  


What are disadvantages of LINQ over Stored Procedures?

1 Answers  


Explain what is select clause and where clause in linq?

1 Answers  


How to use distinct in linq query?

1 Answers  


What is difference between first and single in linq?

1 Answers  


What is Expression Trees?

1 Answers  


Where in linq query with multiple conditions?

1 Answers  


Is a type which is not valid in the given context linq join?

1 Answers  


Explain what is linq? Why is it required?

1 Answers  


Explain what is the difference between skip() and skipwhile() extension method?

1 Answers  


Explain why select clause comes after from clause in linq?

1 Answers  


What is difference between IEnumerable and IQueryable?

1 Answers  


Categories