Tag Archives: Jeff Wilcox

The power of the November 2009 Silverlight Toolkit testing tools

The November 2009 Silverlight Toolkit is essentially a tools and infrastructure release on top of the October 2009 release (where we first introduced Visual Studio 2010 support). It also adds a Silverlight 4 Beta version. New infrastructure & test tools … Continue reading

Posted in Testing | Tagged , , | Comments Off

Walkthrough: The power of the November 2009 Silverlight Toolkit testing tools

The November 2009 Silverlight Toolkit is essentially a tools and infrastructure release on top of the October 2009 release (where we first introduced Visual Studio 2010 support). It also adds a Silverlight 4 Beta version. New infrastructure & test tools … Continue reading

Posted in Testing | Tagged , , , , , | Comments Off

Custom Control Development: Simple code guidelines

from  Jeff Wilcox Great custom control development is a skill that takes more than time and experience to perfect. It’s also not a widely documented practice. When it comes to Silverlight controls, there are similarities and differences from WPF custom … Continue reading

Posted in Controls, tutorial | Tagged , , , , , | Comments Off

Silverlight 3 unit test framework binaries available

Two weeks ago, I posted the July 2009 release of the Silverlight Unit Test Framework online for folks looking for updated bits. Of course, the real gem is the Silverlight 3 version. Now that Silverlight 3 has shipped, you should … Continue reading

Posted in Testing, tutorial | Tagged , , , | Comments Off

Do you have any feedback on the AutoCompleteBox API?

I’m working hard to make sure that the AutoCompleteBox control is refined, perfected, and ready to become an important part of Silverlight. Now that the control shipped in the Silverlight 3 Beta SDK, we do have a little opportunity to … Continue reading

Posted in Controls | Tagged , , , , , , | Comments Off

xUnit for Silverlight

If you’ve been doing any Silverlight development, I’m sure you’re aware of the Microsoft Silverlight Unit Test Framework. One extremely interesting aspect about this framework is how flexible it is for custom extension. If you didn’t already know, Jeff Wilcox … Continue reading

Posted in Testing | Tagged , , , , , | Comments Off

Silverlight version of ComputeFileHashes now includes MD5

I was very happy with last week’s release of ComputeFileHashes supporting the command-line, WPF, Silverlight, *and* ClickOnce. Only one thing bothered me: the Silverlight version didn’t do MD5 due to the lack of support for that type of checksum by … Continue reading

Posted in Software | Tagged , , , , , | Comments Off

Building Silverlight code on machines without the SDK

Part of the Silverlight SDK can be copied into your source tree to build projects on machines without requiring Silverlight or the SDK. This is great for continuous integration environments and build labs where having an independent build is key. … Continue reading

Posted in Software | Tagged , , , , | Comments Off