12
votes
What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)
public static class StringExtensions {
/// <summary>
/// Parses a string into an Enum
/// </summary>
/// <typeparam name="T">The type of the Enum</type …
