Subscribe to our RSS Feeds

Welcome to Silverlight Blog!

Hello Visitors !

You found a Blog about Microsoft Silverlight by Sascha Baumann,
Freelance Software Developer based Berlin, Germany.

If you need development, coaching or a
second opinion - Just contact me.

Have fun looking around :o)

Sascha Baumann

InitParams with Out-Of-Browser Apps

No Comments »

Hello everyone,

I just tried to figure out, how to pass initial parameters to a Silverlight App, that runs out of browser. We dont have a Webpage to pass InitParams and we cannot access Web.Config entries.

So i came up with the idea, to use Isolated Storage for this task. Before installing an App Out-Of-Browser we need to access the Webpage. In this case, we can read the initial paramters from Web.Config or from Silverlight-Tag, and store them to Isolated Storage.

Now we need a code-block to check, if app runs OOB (Application.Current.IsOutOfBrowser) and in this case, we read the paramters from Isolated Storage instead. So the OOB-App is configured the same way as the Web-App.

This was just one Idea, that worked. Any other suggestions are very welcome.

Various September 26th 2009

Silverlight 3 Out of Browser Experience

No Comments »

Hello everyone !


Hallo zusammen,

um schlichtweg mehr Leser anzusprechen werde ich die Blog-Sprache auf englisch umstellen. Ich hoffe, es stört nicht zu sehr :o )


A nice video about the usage of silverlight apps out-of-browser by Tim Heuer can be found here:

Video about Out-Of-Browser Experience

Various September 25th 2009