What is iqueryable and ienumerable in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Define multicast c# delegate?

0 Answers  


What is difference between c sharp and c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


What is the best method to fill the GridView. using SqlDataReader or Dataset and why

5 Answers   CA,


How can we acheive inheritance in VB.NET ?

2 Answers   TCS,






What is the boxing and unboxing in c#?

0 Answers  


What is the example of predicate?

0 Answers  


int i,string s, String s1 Which is valuetype which is refrence type.

6 Answers   Synechron, Sytel,


Name the connections does microsoft sql server support?

0 Answers  


What is iformatprovider in c#?

0 Answers  


Does c# support #define for defining global constants?

0 Answers  


What is Fragmentation and its Types?

0 Answers   MCN Solutions,


Categories