Extensions.dll contains extension methods that enhance existing C# classes thus making life easier for developers.
Extensions.dll supports all versions of .NET from 3.5 through 5.0
Highlights are methods such as:
Use .Save() and .Load() for easy...
More information