Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Hybrid dictionary

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of passport authentication?

1087


Why mvc is better than asp.net? : Asp.Net MVC

1004


Is oauth for authentication or authorization?

1076


What is state management in asp.net with example?

1005


What is inproc and outproc?

1037


How you can access the properties and controls of master pages from content pages?

1002


In the Repeater control which way you can edit?

1142


What is autopost?

1038


What does passport and windows authentication mean in ASP.NET?

1277


Explain the differences between managed and unmanaged code?

1101


What are all the various Estimation Techniques available ?

1143


Whats the difference between abstract factory pattern and factory pattern?

1071


How to find out what version of asp.net I am using on my machine?

1135


Differentiate between structure and class.

1069


Explain the difference between Repeater and Data list control in ASP.NET?

1151