Featured, MVVM, Silverlight »

[26 Feb 2010 | 1 Comments]

One of the more common problems (or rather: challenges :)) you’ll run in to when working with the MVVM design pattern is binding from a DataTemplate of an ItemsControl to a command defined on your ViewModel.  For example: you might have a ListBox filled with items, and you want a button i... [More]

Silverlight, Featured »

[1 Dec 2009 | 1 Comments]

In Silverlight, if you’re talking to WCF services, you have the built-in option to add credentials to the message header and check those on the server side.  This way, you can easily make sure your service methods are only accessible to those people/identities you want to allow.  Mor... [More]

Silverlight, Featured »

[30 Sep 2009 | 1 Comments]

As I mentioned earlier, I submitted my Silverlight Drag Drop Manager to the Silverlight Control Builder contest.  I promised I’d let you know how it went, and… apparently, I won first prize! :-)   Should look nice on the codeplex page I suppose, and it’s always nice ... [More]

Silverlight, General, RIA, Featured, RealDolmen »

[7 Sep 2009 | 0 Comments]

A while ago, my company decided to launch a new marketing campaign, showing of some of the things we’ve done in the past.  To accompany this campaign, we decided to design a showcase site.  This showcase site shows of a whole lot of customer cases, technology flyers, solutions sheets... [More]