Silverlight

The new Microsoft way for web development

NavFx Updated for SL 2.0 Release

NavFx has been updated to work with the release version of Silverlight 2.0 and new downloads for binaries and templates are available at http://www.codeplex.com/NavFx

NavFx Part 6 - Page Transition

The next article on NavFx is finally finished and can be read hear NavFx Part 6 - Page Transition

NavFx Part 5 - The Many Faces of GoToPage

The next article on NavFx is finally finished and can be read hear NavFx Part 5 - The Many Faces of GoToPage  

NavFx Part 3 - At The Interface

The next article on NavFx is now available and can be read here NavFx Part 3 - At the Interface  

NavFx Part 2 - Setting Up

The next article on NavFX is now available and can be read here NavFx Part 2 - Setting Up

Silverlight Cross Domain WCF calls with VS WebDev.WebServer.exe

This one had me stuck for hours earlier this week, and judging by the number of posts on forums plenty of other people are suffering the same, so I hope this little titbit saves someone the frustration I suffered. I am using Visual Studio 2008 to create a Silverlight 2.0 (beta 2 at the moment) application. In my solution I have two web site projects, one for hosting the application, the other to host WCF services.  All I want is to hit F5 and have both sites run in debug mode and my SL app call my WCF services and work.  So I...

NavFx Part 1 - Quick Reference

I have posted my first article on the navigation framework NavFx I created for Silverlight.  Took a little longer than expected as I actually had to get some work done.  You can read it here NavFx Part 1 - Quick Reference. 1st July 2008 - This article has been updated with some recent changes and enhancements made to NavFx.  

Silverlight Navigation Framework

I am working on a navigation framework for Silverlight 2.* applications and will be posting a series of articles and the code over the coming days and weeks. The first article Introducing Silverlight Navigation Framework  is available now.