What is hashset c#?
What is an object pool in .net?
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
Can two catch blocks be executed?
Why do we use threads in c#?
What is difference between c sharp and c#?
Is unboxing an implicit conversion?
Explain the Scope of public/private/friend/protected/protected friend.
1 Answers Rigel Networks, Wipro,
What is polymorphism and its types in c#?
What is an assembly loader?
What is a delegate, why should you use it and how do you call it ?
What is the difference between Static, Const and read only?
When should I throw an exception?