DANIEL VAUGHAN

Clog 1.8 Released

10 Apr 2009

I am pleased to announce a new release of the Clog Client Logging framework. There are several new features and enhancements. New SkipFrameCount configuration attribute for allowing Clog to be wrapped by a custom adapter. Log point short-circuiting, providing the ability to determine if a log level is enabled in order to improve performance by avoiding unnecessary string concantenation etc. Formatting overloads. Improved concurrency of log strategies. Fail safety improved. Default WCF configuration for Silverlight...

Read more


Perceptor

22 Mar 2009

I have just published my latest article entitled Perceptor. Perceptor is an artificially intelligent guided navigation system for WPF. Perceptor tracks a user’s behaviour while he or she interacts with the user interface. Changes to the DataContext of a host control indicate user navigation behaviour, and induce the training of a neural network. Knowledge acquired by the neural network is used to predict the IInputElements to which a user may intend to navigate. This accelerates...

Read more


Clog 1.7 Released

21 Dec 2008

Christmas 2008 Release I am pleased to announce an exciting new release of the Clog Client Logging framework. There are lots of changes including multiple log strategy support. Changes in this release include: New config file format for easier log strategy and filter definitions. Multiple log strategy support. Log entries are dispatched to each log strategy. This allows support for multiple logging providers. For example, use Log4Net and Enterprise Library logging at the same time....

Read more


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