Generic List<T> to DataTable using Reflection
The following function takes in a System.Collections.Generic.List<T> and returns a System.Data.DataTable with the properties (via reflection) of T as columns. [ Read more » ]
C# Serialization
Xml Serialization and Binary Serialization to a Base64 string [ Read more » ]