By tag: KentBoogaart
0
kicks
Intuipic : WPF image viewer with source
Intuipic is an application that allows you to quickly and easily view your images on your PC. It's goal is to be simple but effective.
Source code now available along with version 1.3.0.0.
0
kicks
Unsigned Advantage
Presents some interesting differences between the assembly code produced when performing some common arithmetic operations with signed and unsigned integers.
0
kicks
Resizer: a WPF Control
Resizer is a custom WPF control that allows resizing of arbitrary content. For example, you could use it to allow the user to resize a Popup.
0
kicks
Beware DataContext and Equals Overrides
Something to look out for when binding to objects that override Equals() in WPF.
0
kicks
Sertool - A serialization diagnostics tool
If you've ever had a complex data structure to serialize, only to find that - somewhere, somehow - something non-serializable has been referenced by your structure, you will find this tool indispensible.
Sertool crawls an object graph and outputs the details of all objects that will be serialized...