Windows.Forms Code
I'm an ASP developer, but occasionally I hack together utilities in Windows.Forms. Most of these are to do with files. I keep using these classes, but they are not necesarily the right way to do stuff, just the way I found that works.
Core .Net
- SortableBindingList<T> (for Windows.Forms)
- FileSizeFormatProvider - An ICustomFormatter for file sizes.
- FileListViewSorter - An IComparer for FileSystemInfos in ListViewItems.
- DirectoryClickedEventArgs - just an EventArgs
- Using IsolatedStorage to store settings
General forms
Using controls
Helpers because I can never remember how to set these up in the designer.