Drag and Drop Manager, CodePlex, Silverlight »

[26 Feb 2009 | 5 Comments]

A few weeks ago, I started thinking about designing custom controls for Silverlight, controls I could re-use in various projects.  Instead of just playing around, I figured I might as well make something I could put to use.  Seeing I didn’t find a true, free drag ‘n drop control, I decided... [More]

Silverlight, WCF »

[3 Feb 2009 | 0 Comments]

When talking about security for service calls, there are actually a few things to consider.  First of all, how do you make sure the data sent over the wire is encrypted?  That's your first level of security: always make sure the data that's being sent over the wire is encrypted.  Af... [More]