What is enumerable in c#?


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

Post New Answer

More C Sharp Interview Questions

Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?

5 Answers  


What are the different types of assemblies available and their purpose?

0 Answers  


What is strongly typed view?

0 Answers  


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


What is different between Implicit conversion and Explicit conversion in C#?

0 Answers  






What are object oriented concepts?

6 Answers   Adea, Microsoft,


Define multicast c# delegate?

0 Answers  


What is difference between field and property in c#?

0 Answers  


Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

0 Answers   HCL,


What is difference between write and writeline in c#?

0 Answers  


Is there a way to force garbage collection?

0 Answers  


Difference between call by value and call by reference in C#?

0 Answers   Hexaware,


Categories