Search Results

3
votes

What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)

Pythonic methods for Dictionaries: /// <summary> /// If a key exists in a dictionary, return its value, /// otherwise return the default value for that type. /// </summary …