C# by Examples
Simple Code Snippets
Tags
Privacy
Back
Examples tagged with
#collections
When to Use Dictionary vs Hashtable in C#
#collections
#fundamentals
When to Use HashSet vs List in C#
#collections
#fundamentals
#performance
When to Use IEnumerable vs IQueryable in C#
#linq
#collections
#fundamentals
How to iterate over a dictionary
#collections
#loops
How to filter collections with LINQ Where
#linq
#collections
How to Check if a List is Empty
#collections
#linq
#fundamentals
When to use List vs Array in C#
#collections
#fundamentals
How to Merge Two Lists
#collections
#linq
How to remove duplicates from a list
#collections
#linq
How to sort a list in C#
#collections
#linq