Extension Methods from Joseph K
-
TimeSpan Sum
C# LINQ has no Sum method for TimeSpan. Here it is1
-
TimeSpan Average
C# LINQ has no Average method for TimeSpan. Here it is!
-
NullStringToEmptyString
If input is null, returns empty string. Otherwise returns original input. After using this method, you can use all string methods without the danger of null exception.