skip to main
|
skip to sidebar
Welcome Visitor to Tech-Interviews
This site will help you clear technical interviews
Pages
Home
Contact Us
How to convert IEnumerable collection to IQueryable collection ?
IEnumerable collection can be converted to IQueryable collection using
AsQueryable
method.
Example :
Object arrSearch is of IEnumerable
type
To convert into IQueryable use below :
IQueryable
arrQuerySearch = arrSearch.AsQueryable() ;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
What is Cache Callback ?
Cache Callback provides an ability where by some actions can be performed when that item is removed from cache CacheItemRemovedCallback ex...
Difference between XML DOM and Simple API for XML
XML DOM loads the entire xml document into memory whereas Simple API for XML ( SAX ) does not load entire xml document into memory XML DOM ...
What are different types of diagrams in UML ?
Different types of diagrams in UML : UseCase diagram Class diagram Object diagram State diagram Sequence diagram Collaboration diagram...
Compare Virtual-Override and New
Virtual-Override and New Class Child inherits from Class Parent and has mehtod ShowVirtualOverride() and ShowNew() methods. Please see th...
C# 3.0 Enhancements
Question : Name few C# 3.0 enhancements ? Answer : The C# 3.0 language enhancements are as follows: Implicitly typed local variables I...
Specify various options for Location attribute in OutputCache directive ?
If locaction attribute is specified, must be one of: Any, Client, Downstream, None, Server or ServerAndClient.
Total Pageviews
Subscribe to Tech-Interviews by Email
Subscribe to Tech-Interviews
.NET Interview Questions
Home
.NET Framework
ASP.NET
C#
ADO.NET
OOPs
XML
SQL Server
Javascript
AJAX
Web Services
WCF
UML
Design Patterns
SSIS
SSRS
Project Management
LINQ
COM Components
ORACLE
UNIX Interview Questions
UNIX shell scripts
Important Links
C# 3.0 Enhancements
CLR stands for
Executive Openings at $100K & Up!
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
No comments:
Post a Comment