What is use of singleton class in c#?
How Reflection is used and what it's significance ?
Define method overloading in c#?
what is a static constructor?
Why do we need private constructor in c#?
How we convert private assembly into public assembly?
Where is the keyword void used?
What is the delegate in c#?
What sort algorithm does c# use?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Which types of inheritances does c# support?
What is the difference between static class and abstract class in c#?
What are the advantages of interface in c#?
Why does my windows application pop up a console window every time I run it?
Which class does the remote object has to inherit?