What is reflection in c#?


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

Post New Answer

More C Sharp Interview Questions

Differentiate between method overriding from method overloading with its functionality?

0 Answers   Siebel,


Is c# scripting language?

0 Answers  


Define parsing?

0 Answers  


What are the types of threading models ?

4 Answers   Digital GlobalSoft,


Is array ienumerable c#?

0 Answers  






What is the property of a class in c#?

0 Answers  


How do I open the console window?

0 Answers  


What is different about switch statements in c#?

0 Answers  


What is multidimensional array in 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 are the types of serialization?

0 Answers  


How will U encapsulate button trigger event into text_box event of Pressing Enter key?

3 Answers   TCS,


Categories