What is Hybrid dictionary



What is Hybrid dictionary..

Answer / test

HashTable class should be used when the collection is large
for performance reasons similarly for small collections
ListDictionary class is used.HybridDictionary Class is a mix
of both the worlds.HybridDictionary Class implements
IDictionary by using a ListDictionary while the collection
is small, and then switching to a Hashtable when the
collection gets large.



[SerializableAttribute]
public class HybridDictionary : IDictionary,
ICollection, IEnumerable
This class is recommended for cases where the number of
elements in a dictionary is unknown.
The constructor accepts a Boolean parameter that allows the
user to specify whether the collection ignores the case when
comparing strings. If the collection is case-sensitive, it
uses the key's implementations of Object..::.GetHashCode and
Object..::.Equals. If the collection is case-insensitive, it
performs a simple ordinal case-insensitive comparison, which
obeys the casing rules of the invariant culture only. By
default, the collection is case-sensitive

A key cannot be nullNothingnullptra null reference (Nothing
in Visual Basic), but a value can

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Does asp.net still recognize the global.asa file?

0 Answers  


What is a web pool?

0 Answers  


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

0 Answers   Excel,


When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  






Differences between VB.Net and C#, related to OOPS concepts

5 Answers   CSC,


What is asp.net version?

0 Answers  


What are typed datasets?

1 Answers   IBS,


How does ASP.NET framework maps client side events to Server side events.?

0 Answers  


What is the first name space in .netF/W heirarchy

3 Answers   Wipro,


What is a 307 redirect?

0 Answers  


How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?

5 Answers   LG Soft,


Categories