<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Monitor &#187; Silverlight</title>
	<atom:link href="http://www.sharepointmonitor.com/tag/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointmonitor.com</link>
	<description>SharePoint Tutorials</description>
	<lastBuildDate>Fri, 23 Dec 2011 05:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Started with Silverlight in SharePoint 2010</title>
		<link>http://www.sharepointmonitor.com/2010/03/getting-started-with-silverlight-in-sharepoint-2010/</link>
		<comments>http://www.sharepointmonitor.com/2010/03/getting-started-with-silverlight-in-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:06:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.sharepointmonitor.com/?p=275</guid>
		<description><![CDATA[Silverlight is a fast evolving and powerful technology for building Rich Internet Applications (RIA).  Integrating Silverlight to SharePoint sites allows for the building of very responsive and interactive interfaces as well as support for out-of-browser applications and a deep support for video integration. Silverlight integration is already included in SharePoint 2010 &#8211; when you try to [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Silverlight is a fast evolving and powerful technology for building Rich Internet Applications (RIA).  Integrating Silverlight to SharePoint sites allows for the building of very responsive and interactive interfaces as well as support for out-of-browser applications and a deep support for video integration.</div>
<div id="_mcePaste">Silverlight integration is already included in SharePoint 2010 &#8211; when you try to create a new list, library, discussion board or a simple page  without Silverlight installed  you will find the traditional SharePoint Create page.<br />
<img class="alignnone size-full wp-image-278" title="silverlight1" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/03/silverlight1.jpg" alt="" width="640" height="307" /><br />
However with Silverlight installed, you will have a richer feature set with options to filter, categorize and even to configure the settings:<br />
<img class="alignnone size-full wp-image-279" title="silverlight2" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/03/silverlight2.jpg" alt="" width="630" height="300" /></div>
<div id="_mcePaste">Silverlight applications can be embedded with SharePoint 2010 in serveral ways:</div>
<div>
<ul>
<li>SharePoint 2010 Service integration with Silverlight</li>
<li>Client object model with Silverlight</li>
<li>Rendering data with Silverlight</li>
<li>REST services with Silverlight</li>
</ul>
</div>
<div><strong>SharePoint 2010 Service integration with Silverlight</strong> &#8211; SharePoint 2010 has numerous built-in web services. You can also create your own web service and use a Silverlight application to implement this service. Generally asynchronous execution is required and the results are retrieved in xml form and then parsed.</div>
<div id="_mcePaste"><strong>Client object model with Silverlight</strong> &#8211; The Silverlight client object model uses asynchronous query execution so that delegates for callback methods are passed as parameters in the ExecuteQueryASync method.  If you wish to use the Silverlight object model, create a Silverlight application in Visual Studio, then open the default Page.xaml.cs file and add code in the page class. Build the project and upload it as .xap package to a document library. Finally, add the Silverlight web part to the site page and then point the URL of the Web Part to the .xap file that you uploaded to the document library.</div>
<div id="_mcePaste"><strong>Rendering data with Silverlight</strong> &#8211; Data can be rendered with Silverlight by passing initiation parameters through the init params method of Silverlight.</div>
<div><strong>REST services with Silverlight</strong> &#8211; REST services help create strongly typed object sin SharePoint using OOP and ATOM.</div>
<p><i>Continues&#8230;</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointmonitor.com/2010/03/getting-started-with-silverlight-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

