ASP.NET

Web development the Microsoft way

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.