Extension Methods from Lasse Sjørup
-
StringBuilder AppendIf
Makes it possible to conditionally append to a StringBuilder while keeping it fluent
-
Inject object properties into string
Supplements String.Format by letting you get properties from objects
-
List AddElement
Make adding to list fluent and conditioned
-
Object properties to dictionary converter
Takes all public properties of any object and inserts then into a dictionary