Which is faster hashtable or dictionary?


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

Post New Answer

More C Sharp Interview Questions

When you inherit a protected class-level variable, who is it available to?

5 Answers   CMC, IBM,


What is wpf application in c#?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What is the boxing and unboxing in c#?

0 Answers  


What is the difference between selection and projection?

0 Answers  






What are generations and how are they used by the garbage collector?

0 Answers  


What is a jagged array?

0 Answers  


What is multicast delegate explain with example?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


What is difference between ienumerable and enumerable in c#?

0 Answers  


Is array reference type in c#?

0 Answers  


How does c# generics and c++ templates compare?

0 Answers  


Categories