Why do we need private constructor in c#?
What is clr namespace?
Give examples for value types?
Describe a Struct ?
What do you mean by default constructor?
Are classes passed by reference in c#?
what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer
Why is it important to override gethashcode when equals method is overridden?
Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?
How Is The Dll Hell Problem Solved In .net?
What is difference between ilist and list in c#?
what is virtual method in c#?
Explain more on CLR