SharePoint and Silverlight when combined together provide a powerful platform for building Rich Internet Applications. The below article shows how to host Silverlight control dynamically in SharePoint 2007. This can be done in 3 different ways.
Category: Silverlight
Handling Sessions in Silverlight
In this article, we are going to see ‘How to handle Sessions in Silverlight’.
11004 – Silverlight 4 – Keep Rocking!
Silverlight 4 delivers a full suite of powerful capabilities to business application developers, bringing the best-of-breed .NET platform to browser-based experiences. Silverlight provides an ideal platform for developing and deploying modern business applications for both customer facing and staff-facing applications.…
11003 – WebClient – getting Config data thru LINQ
The most common things to make your application more dynamic is load content from an external source. The most common of which is an XML file or a XML-based file such as those from various RSS feeds. In this topic…
11002 – Silverlight.js & SupportedUserAgent.js
This article we are going to see the functionalities of 2 main JS files. 1. silverlight.js2. Silverlight.supportedUserAgent.js We need to make use of these files in our Silvelight website to get the maximum features… Check for more on www.CodeSteer.com –…
11001 – Animated Splash Screen
Animated Splash Screen I find many Silverlight websites having the default Microsoft splash screen. The Silverlight loads the content (in XAP) one time; and later there is no postback as like other web applications. During the load time, having your…