Why we use iqueryable in linq?
Answer / Ajeet Singh
IQueryable is used in Linq because it is an interface that allows for deferred execution of queries. This means that the query is not executed until the result is actually needed, which can be more efficient when dealing with large data sets. IQueryable also provides a way to work with LINQ to SQL queries, allowing for database queries to be written in a similar syntax to Linq to Objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different methods to write LINQ Query?
What are advantages of LINQ?
Explain how standard query operators useful in LINQ?
What are important features of linq?
What is difference between IEnumerable and IList?
How is datacontext class related to linq?
What are different types of operators in LINQ?
How to use GroupBy in LINQ?
How can we find sequence of items in two different array (same type) in the same order using linq query?
What are the types of LINQ?
How LINQ query is compiled to Expression Trees?
Explain how LINQ is useful than Stored Procedures?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)