SyntaxFix
Write A Post
Hire A Developer
Questions
I find this one pretty useful:
public static class PaulaBean { private static String paula = "Brillant"; public static String GetPaula<T>(this T obj) { return paula; } }
You may use it on CodePlex.