What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?


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

Post New Answer

More C Sharp Interview Questions

f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


Why singleton class is sealed?

0 Answers  


How can I produce an assembly?

0 Answers  


What are the two kinds of properties?

10 Answers   Wipro,


What is the use of command builder?

0 Answers  


What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


Explain about accessibility modifier 'protected internal'?

0 Answers  


What is the main usage of keyword “virtual” ? How does it work for a method or property?

0 Answers   Siebel,


Is goto statement supported in C#? How about Java?

2 Answers  


What can we do to handle multiple exceptions?

0 Answers   Accenture,


Why constructor is used in c#?

0 Answers  


how can your software identify which version of dot net framework install in client pc and install framework accordingly

2 Answers   pspl,


Categories