by Michael Wolf via Michael Wolf on 7/21/2009 2:51:57 PM
Continuing on the Silverlight 3 new feature series, one of the features that has gotten the biggest buzz in the press but the biggest confusion in the development community has been Out of Browser. This entry is to try and clear up the confusion and discuss the option in more detail. Out of Browser is often confused for an "offline" application, however an out of browser application is a Silverlight application which has been enabled to run outside of your browser on windows and mac using its own container regardless of connectivity. See an update of the notes application from the sample data application, now set up as an out of browser silverlight application. Click on the install button below which is the silverlight application. Tim Heuer has a great video on silverlight.net showing how its accomplished from a development api experience. I highly recommend those looking for a "how to" look at this video. At its core any Silverlight application which does not have dependencies on the html DOM can be run out of browser. I say with out dependencies on the DOM because as mentioned above, you are not in a browser and thus do not have access to html and java script which was part of your web application. In addition to the lack of the html DOM microsoft has added a new network stack to support out of browser. As that silverlight in browser depends on the browsers networking stack, in out of browser they have added their own w/ some subtle changes to policy files needed etc (more details expected to be provided to the community on this). Overall think of out of browser Silverlight like as a VERY secure "click once" deployment, that is also cross platform. Of course it is not a "Click Once" but the partial trust environment you must work in developing a click once application is similar , however at the end of the day an out of browser Silverlight application is still sandboxed in the exact same ways as a standard Silverlight or html application is. Which of course is pretty tight.
Original Post: Silverlight Out of Browser deep dive
The content of the postings is owned by the respective author. Silverlight Feeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on Silverlight Feeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.