Silverlight UI thread dispatcher helper class
A simple class to manage dispatching calls to a UI thread in a silverlight application (might work in WPF too, I haven't tried it!)
public static class UIThread
{
private … more
A simple class to manage dispatching calls to a UI thread in a silverlight application (might work in WPF too, I haven't tried it!)
public static class UIThread
{
private … more
It looks like the ASP.NET MVC team have changed the way model validation will work for the upcoming version 2 of the MVC framework. This was totally in response to user feedback on Twitter and … more
I bought Expression Studio 3 a while back – it’s really not bad at all. Expression design is not up to Adobe Illustrator standards by any means but for my purposes it’s very … more
The pace at which Microsoft are releasing new technologies at the moment is little short of astonishing. I had heard about the reactive framework a while ago but I didn't know it had actually … more