What is the use of ienumerable in c#?


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

Post New Answer

More C Sharp Interview Questions

What are custom exceptions? Why do we need them?

0 Answers  


what is namespace?

6 Answers  


What do you mean by directing?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


What does private void mean in c#?

0 Answers  






What is dependency in software?

0 Answers  


Can abstract class have constructor in c#?

0 Answers  


What is covariance and contravariance? Did Delegate and method overriding support these?

1 Answers   TCS,


What are the extension methods in c#?

0 Answers  


What is Implementation inheritance

0 Answers  


What Is The Difference Between ViewState and SessionState?

1 Answers   Fiserv,


For read-only operation which property you have to designated?

0 Answers   Siebel,


Categories