What is the purpose of enumerable class in .net?


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

Post New Answer

More Dot Net General Interview Questions

How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,


What is marshling?

0 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


What exactly is being serialized when you perform serialization in .net?

0 Answers  


What is namespace in .net?

0 Answers  






syntax for binding the data from database

1 Answers   Satyam,


What are the different parts of an Assembly in .Net?

1 Answers  


What is the single responsibility principle?

0 Answers  


Is it possible implement webservices without SOAP?

2 Answers   HCL,


What are Sessions?

2 Answers   Deloitte,


Is .net a language?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Categories