15 Mar
2010

Silverlight is THE development platform for Windows Phone 7

How cool is that?  Oh, by the way, gaming is supported through the XNA framework. Even better! Lets get started! Windows Phone developer tools CTP (don’t forget the release notes) Who needs some learning material?  I know I do: Getting started with Silverlight and Windows Phone development Windows Phone Application Bar Navigation framework for Windows […]

Read More
15 Mar
2010

Silverlight 4 – News from MIX10

Category:UncategorizedTag: , , :

This just in from MIX10; well, I just found out anyways.  Silverlight 4 has released the Silverlight 4 RC (release candidate). Want the new stuff? Well, here is how to get it: Visual Studio 2010 RC or Visual Web Developer Express 2010 RC Silverlight 4 Tools for Visual Studio 2010 Expression Blend 4 beta Silverlight […]

Read More
12 Mar
2010

Silverlight 4: Implicit Themes and a Sneak Peek

One of my major gripes with Silverlight 3 is the inability to theme your application.  Currently if you want to style a button for your application you will have to define a style similar to this: <UserControl.Resources> <Style x:Key="myButtonStyle" TargetType="Button"> <Setter Property="Background" Value="Blue" /> <Setter Property="Foreground" Value="Green" /> <Setter Property="FontSize" Value="24" /> </Style> </UserControl.Resources> Then, […]

Read More
8 Mar
2010

Silverlight DataGrid – Populate Dynamic Columns from a Child Collection

Lets face it, any one building LOB (line of business) applications know that their users love Microsoft Excel.  If the users had their way, they would do everything in Excel.  Due to this known fact, when building Silverlight LOB applications, there is often a need to flatten out an object for editing in a grid.  […]

Read More
7 Mar
2010

Text-To-Speech in Silverlight Using WCF

Back in February, I wrote a blog post showing you how to, using Silverlight 4 OOB (out of browser) with elevated trust, access system devices; including how to use the SAPI.SpVoice API through the new Silverlight 4 COM Interop feature to implement text to speech. The biggest problem to that approach is that it will […]

Read More
5 Mar
2010

Creating a Custom Silverlight Pre-Loader

I have been doing Silverlight development since it was released. One question I get asked a lot is how do to create a custom pre-loader for my application. What do I mean by pre-loader? Well, it can be called many things; it could be called a pre-loader, splash screen, or a loading screen. No matter […]

Read More
20 Feb
2010

Silverlight 4 – Accessing System Devices with Com Interop, such as a Scanner.

Yesterday I gave a presentation on some new features in Silverlight 4.  During this presentation I mentioned the newly available ability to interoperate with Office applications such as Outlook and Excel though the new ComAutomationFactory that is in Silverlight 4.  Someone in the audience asked the question, ?Can I access my scanner?, and of course […]

Read More
10 Feb
2010

Don’t install Visual Studio 2010 RC just yet

If you haven’t heard already, Microsoft announced that Visual Studio 2010 Release Candidate was available for MSDN subscribers and would be probably available on 10 February 2010 for the public, which is today.  But before you get all excited and start installing the latest and greatest as soon as possible, you might want to slow […]

Read More