Buy Questpond's video subscriptions on
huge discount
.
Online: 1567
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
LINQ
>
Loading ...
Tell me the exact difference between IQueryable and IEnumerable interface ?
Posted by
Akiii
on 11/8/2011 | Category:
LINQ Interview questions
| Views: 13684 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
IEnumerable<T>
is applicable for in-memory data querying, and in contrast
IQueryable<T>
allows remote execution, like web service or database querying.
Source:
MSDN |
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is scavenging ?
Next > :
When a dynamic compilation of a website project is ...
Comments or Responses
Login to post response
More Interview Questions by Akiii
When a dynamic compilation of a website project is bad ?
Which file specifies the name and location of the class that implement ...
If you define additional methods in the WCF service that are not in th ...
What does the namespace "System.Runtime.Serialization" exact ...
Which namespace is used by WCF to define services and their operations ...
What is the key architectural principles behind Service Oriented Archi ...
What is Asynchronous Messaging ?
What is the difference between a Label and Literal control in asp.net ...
Latest Interview Questions
What is the difference between N-layer and N-tier architecture?
In which situations would you use HTML controls in an ASP.NET web site ...
What is difference in between abstrct classes and interfaces ?
What is the difference of "setTimeout" function and setInter ...
How to make a Arabic style (right to left direction) web page with css ...
By default where the sessions ID's are stored ?
Which among the following is the common property in every Validation c ...
What are the different ways to deploy a assembly ?
More ...