What is hashset c#?


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

Post New Answer

More C Sharp Interview Questions

What is an object pool in .net?

0 Answers  


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

1 Answers  


Can two catch blocks be executed?

13 Answers  


Why do we use threads in c#?

0 Answers  


What is difference between c sharp and c#?

0 Answers  


Is unboxing an implicit conversion?

0 Answers  


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Rigel Networks, Wipro,


What is polymorphism and its types in c#?

0 Answers  


What is an assembly loader?

0 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


What is the difference between Static, Const and read only?

0 Answers  


When should I throw an exception?

0 Answers  


Categories