When to use a Dictionary over List in C sharp Arabic #80
Suggested Videos
❑ When to use a dictionary over list in C#.
Find() method of the List class loops thru each object in the list until a match is found . So , if you want to lookup a value using a key dictionary is better for performance over List .So , use dictionary when Know the collection will be primarily used for lookups .
Follow Us
If you want to download pptx : click Telegram
Tags:
C sharp