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

What is difference between ADO.NET and LINQ to SQL?

1 Answers  


Which command-line tool generates code and mapping for the LINQ to SQL component of .NET Framework?

1 Answers  


How are standard query operators implemented in linq?

1 Answers  


Explain how you can assign a lambda expression to a delegate?

1 Answers  


Why do we need linq?

1 Answers  


What is the Difference between LINQ and Stored Procedures?

1 Answers   Sans Pareil IT Services,


Can we perform LINQ on XML?

1 Answers   Viscus Infotech,


What is linq used for?

1 Answers  


What is quantifiers in reference linq to dataset?

1 Answers  


In Linq Query why from clause come first as select statment ?

1 Answers   MCN Solutions,


What is "linq to objects"?

1 Answers  


What are important features of linq?

1 Answers  


Categories