<?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>TechBubbles &#187; Silverlight</title>
	<atom:link href="http://www.techbubbles.com/category/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Accessing Web Services from Sandboxed Silverlight application in SharePoint 2010</title>
		<link>http://www.techbubbles.com/microsoft/accessing-web-services-from-sandboxed-silverlight-application-in-sharepoint-2010/</link>
		<comments>http://www.techbubbles.com/microsoft/accessing-web-services-from-sandboxed-silverlight-application-in-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 22:48:27 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/accessing-web-services-from-sandboxed-silverlight-application-in-sharepoint-2010/</guid>
		<description><![CDATA[&#160;



This post discuss about accessing public web services from sandboxed Silverlight application in SharePoint 2010. SharePoint 2010 introduced the concept of sandboxed solution where the application runs in separate process outside the w3p process where SharePoint is running. Sandboxed solutions having the restriction to make a call to external resources like database and web services. [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/accessing-web-services-from-sandboxed-silverlight-application-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Silverlight Web Part in SharePoint 2010</title>
		<link>http://www.techbubbles.com/microsoft/using-silverlight-web-part-in-sharepoint-2010/</link>
		<comments>http://www.techbubbles.com/microsoft/using-silverlight-web-part-in-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 21:57:23 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/using-silverlight-web-part-in-sharepoint-2010/</guid>
		<description><![CDATA[&#160;



Using Silverlight Web Part, You can add Silverlight applications and videos to SharePoint page. Users just need Silverlight runtime to view or run the applications. You must be member of default security group in-order to add the web part to the page.






You need to complete the below steps before adding the Silverlight application to SharePoint [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/using-silverlight-web-part-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing Silverlight page data using Domain Service</title>
		<link>http://www.techbubbles.com/microsoft/editing-silverlight-page-data-using-domain-service/</link>
		<comments>http://www.techbubbles.com/microsoft/editing-silverlight-page-data-using-domain-service/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 21:42:02 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/editing-silverlight-page-data-using-domain-service/</guid>
		<description><![CDATA[&#160;



This post discusses to edit the displayed data in Silverlight page and save the changes back to database. Insert, Update and Delete operations can be done using domain service object context. All the changes you made to this object are collectively submitted to the database when you call the SubmitChanges method.




This post requires to create [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/editing-silverlight-page-data-using-domain-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data driven example using Silverlight Business Application</title>
		<link>http://www.techbubbles.com/microsoft/data-driven-example-using-silverlight-business-application/</link>
		<comments>http://www.techbubbles.com/microsoft/data-driven-example-using-silverlight-business-application/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 20:16:53 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/data-driven-example-using-silverlight-business-application/</guid>
		<description><![CDATA[



This post discusses how to displays data from the AdventureWorks Database on to Silverlight pages. In this walkthrough you will find the page that displays the data from customer table in adventure database and allows the user to traverse the records. You need to have Visual Studio 2010 SP1 installed on your machine.





Silverlight business application [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/data-driven-example-using-silverlight-business-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an application using Silverlight Business Application Template</title>
		<link>http://www.techbubbles.com/microsoft/creating-an-application-using-silverlight-business-application-template/</link>
		<comments>http://www.techbubbles.com/microsoft/creating-an-application-using-silverlight-business-application-template/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 22:26:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/creating-a-application-using-silverlight-business-application-template/</guid>
		<description><![CDATA[&#160;



This post discusses how to create a WCF Data Service solution by using the Silverlight Business Application template. There are several features that you can work with this Business Application Template by writing little code. This post specifically discusses the authentication mechanisms forms and windows. By Default Silverlight Business Application allows the users to register [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/creating-an-application-using-silverlight-business-application-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is new in Silverlight 5 Beta</title>
		<link>http://www.techbubbles.com/microsoft/what-is-new-in-silverlight-5-beta/</link>
		<comments>http://www.techbubbles.com/microsoft/what-is-new-in-silverlight-5-beta/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 08:26:04 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[sil 5 Beta]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/what-is-new-in-silverlight-5-beta/</guid>
		<description><![CDATA[This post discusses the features in Silverlight 5 Beta. One of the greatest features&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 
in Silverlight 5 is tooling. Features are listed below

Binding

Breakpoints in XAML for debugging binding
Binding in style setters
Implicit Data Templates

Media

Sound effect for low-latency sound using the SoundEffect API
Variable speed playback
For performance boost H.264 media is now hardware decoded

Text

Linked Rich Text Boxes for [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/what-is-new-in-silverlight-5-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Binding for Silverlight Application</title>
		<link>http://www.techbubbles.com/silverlight/data-binding-for-silverlight-application/</link>
		<comments>http://www.techbubbles.com/silverlight/data-binding-for-silverlight-application/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 21:23:26 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/silverlight/data-binding-for-silverlight-application/</guid>
		<description><![CDATA[This post explains loading data into Silverlight form using ADO.NET Data Services service. We need to do the following tasks to achieve this

Creating an ADO.NET Data Services project
Creating a Silverlight application and referring the created service above

Creating the ADO.NET Data Services project&#160;
&#160;
1. Create an empty web application using Visual Studio 2010 as follows

 
2. Right [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/silverlight/data-binding-for-silverlight-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight sample in Visual Studio 2008</title>
		<link>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/</link>
		<comments>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:44:11 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/</guid>
		<description><![CDATA[
This post explains the tools required to start working with the Silverlight 3 in VS 2008. Also explains the sample Silverlight application building in Visual Studio 2008 environment.
 
 
Tools 
Visual Studio 2008
You have to install VS 2008 with SP1 to get the Silverlight tools. If you don’t have the VS 2008 and SP1 then [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVVM Pattern for WPF Applications</title>
		<link>http://www.techbubbles.com/designpatterns/mvvm-pattern-for-wpf-applications/</link>
		<comments>http://www.techbubbles.com/designpatterns/mvvm-pattern-for-wpf-applications/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 11:38:52 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Designpatterns]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[MVVM pattern]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/silverlight/mvvm-pattern-for-wpf-applications/</guid>
		<description><![CDATA[Introduction
Model-View-ViewModel [MVVM] is a design pattern for developing the UI Applications. It is a variation of MVC and MVP. MVP[Model-View-Presenter] which has been using for years to develop UI platforms.
Bit about MVP
View is what you see on the screen.Model displays the data and Presenter hooks the two elements together.You can read more about this pattern [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/designpatterns/mvvm-pattern-for-wpf-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight 2 Development Overview</title>
		<link>http://www.techbubbles.com/silverlight/silverlight-2-development-overview/</link>
		<comments>http://www.techbubbles.com/silverlight/silverlight-2-development-overview/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 20:57:56 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/silverlight/silverlight-2-development-overview/</guid>
		<description><![CDATA[Introduction
This post explains starting Silverlight 2 development from developer prospective. Microsoft Silverlight is a cross-browser,cross-platform for delivering rich media experience and interactive applications for the web.
Prerequisites&#160;&#160; you need to have the following installed on your machine to develop the sample Silverlight 2 application in VS environment.&#160;

VisualStudio 2008 ServicePack 1 
Silverlight 2 tools Download. 

 
Install [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/silverlight/silverlight-2-development-overview/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

