Snippet Time: Helper Libraries for C# / WPF
I just made a few minor updates to two libraries which assemble as set of helper classes for C# and WPF and thought: Why not share them? The libraries aren’t really intended to be used directly in your code, but you might find one or another helper method or snippet that might make a nice addition to your own toolbox 🙂
Hardcodet.Commons (C#, .NET 3.5)
Common helper classes and snippets (simple base classes, file management, weak events, extension methods etc.)
Hardcodet.Wpf.Commons (C#, .NET 3.5)
Stuff I commonly use in WPF projects, such as checking for design time, base classes for commands and converters, data binding helpers and other stuff.
I’ll keep these libraries up-to-date, version history will be posted here.
History:
2009.09.14 Initial blog release