Introduction This was an interesting scenario I came across; I had a WPF application consuming a WCF service that was returning information about employees. I needed to add the ability to display a thumbnail photo of the employee. The thumbnails in question were stored alongside the other employee data in an MSSQL 2005 database using … Continue reading Transmitting Images in WCF – Databinding Images in WPF
WPF
WPF Databinding Overview
Introduction Data binding in WPF seems to be much like skinning a cat (although hopefully a lot less painful… for the cat at least), there is usually more than one way of achieving the result you want. The purpose of this blog is to quickly detail some of the many ways you can bind data … Continue reading WPF Databinding Overview