why delegate is type safe?
Difference between multi-level and multiple inheritance?
How is the syntax written to inherit from a class in C#?Give an example ?
Explain polymorphism in c# with a simple example?
Why do we need delegates?
Is int a class in c#?
I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.
Explain how is the dll hell problem solved in .net?
Explain About CLS?
What?s the implicit name of the parameter that gets passed into the class? set method?
What are the different types of constructors in c#?
How do you convert byte array to hexadecimal string, and vice versa?
what is a static constructor?