kentcb

Stories submitted by kentcb

Consolidating Delegates with Reflector(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 4 months ago

How to find existing delegates that meet your needs by using Reflector and the Code Search add in. read more...

add a comment |category: |Views: 5

tags: another

Wherefore art thou, Snoop?(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 6 months ago

The WPF community needs Snoop or a Snoop equivalent. This post asks some questions and will hopefully get some feedback from the author of Snoop. read more...

add a comment |category: |Views: 0

tags: another

Intuipic : WPF image viewer with source(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 11 months ago

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. read more...

5 comments |category: |Views: 1849

tags: another

Unsigned Advantage(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years ago

Presents some interesting differences between the assembly code produced when performing some common arithmetic operations with signed and unsigned integers. read more...

add a comment |category: |Views: 0

tags: another

Resizer: a WPF Control(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years ago

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. read more...

add a comment |category: |Views: 138

tags: another

Beware DataContext and Equals Overrides(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years, 2 months ago

Something to look out for when binding to objects that override Equals() in WPF. read more...

2 comments |category: |Views: 11

tags: another

Sertool - A serialization diagnostics tool(kentb.blogspot.com)

submitted by kentcbkentcb(140) 5 years, 4 months ago

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 by the CLR, highlighting any errors it finds along the way. It allows you to see which objects reference other objects and, hence, determine how the non-serializable types are being referenced by your data. read more...

add a comment |category: |Views: 9

tags: another