Silverlight Business Application Frameworks

By mbohn at September 20, 2010 10:20
Filed Under: Silverlight Business Apps
Silverlight Business Application Frameworks [More]

Silverlight Detect Out of Browser

By mbohn at September 03, 2010 07:02
Filed Under: Out Of Browser, Silverlight Quickstarts
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

By mbohn at September 03, 2010 06:47
Filed Under: Out Of Browser, Silverlight Quickstarts
Creating a Silverlight Out of Browser Application. [More]