What is an iqueryable in c#?


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

Post New Answer

More C Sharp Interview Questions

List some Advantages of switch-case over if else?

0 Answers  


What is difference between write and writeline?

0 Answers  


What are anonymous functions in c#?

0 Answers  


Where’s global assembly cache located on the system?

0 Answers  


What is immutable in C#?

0 Answers   SwanSoft Technologies,






What is an inheritance in c#?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What is the difference between paramaterized constructor and copy constructor?

0 Answers   HCL,


Can fields inside a class be virtual?

0 Answers  


Which is the best way for keeping the data in XML or SQL server..and why?

8 Answers   Infosys, Satyam,


What is get set in c#?

0 Answers  


Can abstract class be sealed in c#?

0 Answers  


Categories