To allow an element to be accessed using a unique key which .NET collection class is used ?


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

Post New Answer

More C Sharp Interview Questions

What is difference between class and interface in c#?

0 Answers  


Is datetime a value type in c#?

0 Answers  


What is a generic method?

0 Answers  


When should I use static in C#?

0 Answers   SwanSoft Technologies,


What is the symbol used for in c#?

0 Answers  


What is the Difference between a sub and a function?

3 Answers   Wipro,


Explain the difference between a sub and a function in c#.

0 Answers  


Can a constructor be private in c#?

0 Answers  


Why do we use reflection in c#?

0 Answers  


What does Dispose method do with the connection object?

2 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  


When a new instance of a type is created, what is the type of method implicitly called?

2 Answers  


Categories