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 IEnumerable and IQueryable?



What is difference between IEnumerable and IQueryable?..

Answer / Naeem Akhatar

IEnumerable is an interface that allows you to iterate through a sequence of elements. It doesn't provide any information about the collection other than it can be iterated. On the other hand, IQueryable represents a query that can be executed against a data source (like a database), and it includes information about the query such as the type of objects it will return.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is linq to object?

1 Answers  


Is linq a framework?

1 Answers  


Why we use ienumerable in linq?

1 Answers  


What is linq placement?

1 Answers  


Explain how LINQ is useful than Stored Procedures?

1 Answers  


What is linq in vb net?

1 Answers  


Differentiate between statement lambda and expression lambda.

1 Answers  


what is lambda expressions in LINQ?

1 Answers  


Differentiate between linq and stored procedure?

1 Answers  


Define what is Where clause and Let clause?

1 Answers  


List out the three main components of linq? Explain what is the extension of the file, when linq to sql is used?

1 Answers  


Mention what is the role of datacontext classes in linq?

1 Answers  


Categories