Which is faster dictionary or hashtable?


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

Post New Answer

More C Sharp Interview Questions

What is the main usage of keyword “virtual” ? How does it work for a method or property?

0 Answers   Siebel,


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


What is the use of ienumerable?

0 Answers  


What is the difference between var and dynamic types in c# 4.0?

0 Answers  


What is verbatim literal in c#?

0 Answers  






Illustrate the differences between the system.array.copyto() and system.array.clone()?

0 Answers  


Can an abstract class inherit from another abstract class c#?

0 Answers  


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

0 Answers  


what is the difference between interface and abstraction?

5 Answers   Choice Solutions, IBM,


What is gridview c#?

0 Answers  


1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..

2 Answers  


what is the purpose of new keyword while creating an object?

3 Answers  


Categories