Thursday, July 26, 2007 - Posts

VS 2008 Beta 2

Visual Studio 2008 Beta 2 is done. The details are up here: http://msdn2.microsoft.com/en-gb/vstudio/default.aspx I've been working with Beta 1 since that came out and I've found it to be pretty solid so I have high hopes for Beta 2 and it looks like Read More

Silverlight V1.1: Loaded fires more than once

This is possibly "by design" (i.e. I don't know) but I've noticed that if I reparent a Silverlight control from one Canvas to another then its Loaded event fires for a second time when it is reparented. So, with a user control such as; public class UserControl1 Read More