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



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

Can you use Web API with ASP.NET Web Form?

0 Answers  


How many types of controls are there in asp.net?

0 Answers  


What are the Types of object in asp

0 Answers   BirlaSoft,


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


what is view state

5 Answers   Microsoft, Siebel Systems,


Can two web application share a session and application variable ?

5 Answers   Satyam, V3 Engineers,


how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


Name the tools or API for developing or testing web api?

0 Answers  


how can we maintain security in soted procedure?

1 Answers  


view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,


Categories