DANIEL VAUGHAN

Synchronous Web Service Calls With Silverlight 2

17 Nov 2008

Dispelling the async-only myth. In this article we look at the asynchronous web service model in Silverlight 2, and how it can be augmented to allow synchronous web service calls. We also explore efficient channel caching, and asynchronous Silverlight Unit Tests.

Read more


Legion Released For Silverlight 2 Rtw

28 Oct 2008

I have just released Legion for Silverlight 2 RTW, and I have also updated the demonstration site.

Read more


Clog Podcast

24 Oct 2008

I’ve been fortunate enough to stumble upon various reviews of my software and articles in the past, but today I found something a little different. Erik Mork has a well produced and thoughtful review of Clog, and it’s a podcast!

Read more


Presenting Leading Edge Windows Development

24 Jun 2008

Yesterday I had a great time presenting an introduction on WPF to DEEWR developers and managers. Here is the agenda from the presentation: WPF Features WPF Applications Display Technologies WPF Rendering Tiers XAML & XAML Uses Class Hierarchy The Application Class Layout & Layout Panels Content Model Dependency Properties Property Coercion Routed Events Pages and Navigation Page Functions Commands Styles Control Templates Data Binding Download WPFIntroduction.pptx (206.42 kb)

Read more


Dispelling The Single Workflow Runtime Fallacy

18 May 2008

Like me, you may have read in various books and articles that there exists a restriction of one WorkflowRuntime instance for each App Domain. This is, in fact, not true. In an early beta release of WF such a restriction existed, and this fact has been perpetuated even though the restriction has long since been removed. The following code sample is a simple demonstration to show that there is no problem creating multiple WorkflowRuntime instances....

Read more