September 1, 2011

Out of Browser Applications in Silverlight

Web based application generally run inside browser.Silverlight has a very good feature called
”Out of Browser”.We can configure our silverlight applications that can be run out side of browser.
We can install application from the web and run outside of the browser.

I am trying to demonstrate you above stated with a simple application.
I have created one Silverlight application OOBrowser in Visual studio 2010 Express edition.

image

Now select properties of Silverlight project.

image

Now you can see Out –of Browser Settings click on this

image

Specify properties here.

image

Now run your application (Press F5)and right click on browser you can see Install option.

image

Click on install option your web app has been installed now you can run this web application
from desktop without browser support.

image

Now there is icon on my desktop when i will click on this application will run.
Wow that’s great.Nice feature.

image

That’s It.
Enjoy Learning.

No comments:

Post a Comment