Ralph Arvesen RSS Feed

Feisty Bullsnake
06 Sep 2007, 12:54:00 PM
The kids and I came across a Bullsnake the other day. Some are docile, others are quite feisty when they feel threatened. Hiss loudly by sucking in air, and then blowing out. Rattle tail to resemble a rattlesnake. Flatten head to ...
Read post

WPF, binding to an image without file access exceptions
05 Sep 2007, 06:33:00 AM
You can run into file access errors when using images in WPF. By default, the .Net Framework locks the image until it's not used and the garbage collector decides to release the reference. For example, the following snippet displays an image but ...
Read post