How to use reflection to call generic method?


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

Post New Answer

More C Sharp Interview Questions

How we free the memory in C#.NET.

3 Answers   Synechron,


what is the difference between passing a value object by reference and a reference object by value?

4 Answers   TCS,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What does a constructor do c#?

0 Answers  


explain the features of static/shared classes.

0 Answers  






What are the the three types of DAO ?

1 Answers  


What is scope c#?

0 Answers  


What is task parallel library?

0 Answers  


Which are the loop types available in c#?

0 Answers  


Can a class or a struct have multiple constructors?

0 Answers  


What is overriding in c#?

0 Answers  


How does the lifecycle of Windows services differ from Standard EXE?

0 Answers   Siebel Systems,


Categories