A dictionary type represents a collection of keys and values pair of data.
The Dictionary class defined in the System.Collections.Generic namespace is a generic class and can store any data types in a form of keys and values. Each key must be unique in the collection. Before you use the Dictionary class in your code, you must import the System.Collections.Generic namespace.
Topics covered in this book
- What is Dictionary
- How to define and create a Dictionary
- How to add items to a Dictionary
- How to remove all or a single item from the Dictionary
- How to loop through all items in a Dictionary
- How to find a key or a value in a Dictionary
- How to read all keys in a Dictionary
- How to read all values in a Dictionary








jay singhPosted Mar 4, 2022, 3:04 AM
Thank you so much for these books.
michiganblkmanPosted Nov 7, 2017, 8:29 AM
Need c# corner account AND Twitter to get resource?
Humayun Kabir MamunPosted May 3, 2016, 3:31 AM
Nice...
krishnaraj pPosted Mar 8, 2016, 10:47 AM
can anybody tell me how can i download it
name namePosted Jan 27, 2013, 10:42 PM
it's the book I'm necessary. Thank you so much!