Mike Taulty's Blog
Bits and Bytes from Microsoft UK
Silverlight 2 - Build Controls!

Blogs

Mike Taulty's Blog

Elsewhere

I've been building quite a bit of Silverlight 2 code and the one thing I'd pass on as a piece of advice is "Build Controls".

Even in situations where I've found myself thinking "Oh, this will just be a lump of XAML" I soon find that approach results in a spaghetti-mess of XAML quite quickly and the easiest way is to very quickly split things up in separate controls.

Ok, I know this isn't exactly radical advice :-) but it's something that I've noticed very quickly in building Silverlight code.


Posted Sun, Apr 27 2008 12:48 PM by mtaulty
Filed under:

Comments

SilverlightShow.net wrote SilverlightShow.net
on Mon, Apr 28 2008 4:51 AM
<p>I've been building quite a bit of Silverlight 2