Silverlight Business Application Frameworks
[More]
Silverlight 3 introduced the ability for a Silverlight application to run out of browser. In my previous post Creating a Silverlight Out Of Browser Application I outlined a basic example of how to create an out of browser application.
It is often useful to detect if the application is running in the browser or out of browser. To detect if the application is running out of browser you can use the App.Current.IsRunningOutOfBrowser property as follows:
Creating a Silverlight Out of Browser Application.
[More]