Essential Freeware
Firefox – web browser
http://www.mozilla.com/en-US/firefox/personal.html
Firefox plugins
- Adblock Plus – https://addons.mozilla.org/en-US/firefox/addon/1865
- BetterPrivacy – https://addons.mozilla.org/en-US/firefox/addon/6623
- DownThemAll – https://addons.mozilla.org/en-US/firefox/addon/201
- Firebug – https://addons.mozilla.org/en-US/firefox/addon/1843
7-zip – file compression/decompression library
http://7-zip.org
CutePDF – virtual printer: print to a PDF
http://www.cutepdf.com
Avast – antivirus
http://www.avast.com
Picasa – picture and video organizer
http://picasa.google.com/
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 » ]