Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7782693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:37:13+00:00 2026-06-01T19:37:13+00:00

I use Dictionary in my code but my colleagues use Hashtable. MSDN says they

  • 0

I use Dictionary in my code but my colleagues use Hashtable. MSDN says they work on Key Value pair &
examples of Hashtable and dictionary are same on MSDN.

Then how different are they from each other & which is the best of them or are they suited for difference occasions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T19:37:15+00:00Added an answer on June 1, 2026 at 7:37 pm

    Hashtable is an untyped associative container that uses DictionaryEntry class to return results of enumeration through its key-value pairs.

    Dictionary<K,T> is a generic replacement of Hashtable that was introduced in C# 2.0. It uses KeyValuePair<K,T> generic objects to represent its key-value pairs.

    The only place where you should see Hashtable these days is legacy code that must run on .NET 1.1, before generics have been introduced. It’s been kept around for compatibility reasons, but you should prefer Dictionary<K,T> whenever you can.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use a generic dictionary of objects where they key is a
In my application I use the ShinyBlue.xaml resource dictionary which has this code for
In Python I can use get method to get value from an dictionary without
This code works, but is inefficient because it double-lookups the ignored dictionary. How can
Ok, so you can get a single value by dictionary[key] or all values by
I am trying to figure out when and why to use a Dictionary or
When should I use process-wide dictionary and when should my process state be in
I can't use TryGetValue() from dictionary in linq expression with anonymous type. Dictionary<string, string>
I want to define control styles in a resource dictionary and use those for
I am looking for a free (downloadable) dictionary of nouns to use as an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.