Browse by Tags

All Tags » Silverlight   (RSS)
I recently needed to use a ComboBox in an application I was writing.  Because there is no built-in ComboBox in Silverlight I decided to explore building one using attached behaviors .  If you’re not familiar with this design pattern, check out Read More...
Today Microsoft made Visual Studio 2008 Service Pack 1 (SP1) available for download . I was able to participate in a case study done on SP1 with Microsoft , Misys , and Veracity Solutions specifically using ADO.NET Data Services and the Entity Framework. Read More...
Lately I’ve been working with Composite WPF and Silverlight applications at Veracity Solutions . I spent a few hours over the weekend converting the Composite WPF Application Library to Silverlight. Tonight I finished porting one of the QuickStarts to Read More...
I noticed that my Silverlight Media Player is not working with the new Microsoft Silverlight 1.1 Alpha release of the runtime. I'll be updating the player to use C# code behind and get it working again this week. Read More...
I spent a couple hours and threw together this simple media player. It show's playing, pausing, stopping, and full-screen. You can see it in action here , with the xaml / javascript (the important parts) bellow. You can download the full source in a Visual Read More...