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 dictionary and hashtable in c#?

Answer Posted / Deepak Kumar

In C#, Dictionary<TKey, TValue> is a collection of key-value pairs. It is implemented as a hash table for fast lookups using keys. Hashtable is an older, non-generic collection that functions similarly to Dictionary but requires specific types for the keys and values.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is expression tree in c#?

990


Which namespaces are necessary to create a localized application?

1134


Why can't we use a static class instead of singleton?

947


How to assign Null value to Var?

1053


What is an abstract class c#?

955


How do you inherit a class into other class in c#?

983