<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Silverlight TV</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/SilverlightTV/Comments/RSS"/>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Silverlight TV</title>
		<link></link>
	</image>
	<description>Comment Feed for Silverlight TV</description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 Feb 2012 08:03:49 GMT</pubDate>
	<lastBuildDate>Thu, 23 Feb 2012 08:03:49 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)</title>
		<description>
			<![CDATA[<p>Hi Tomasz,</p><p>I'm trying to write a subscription service similar to this chat service. &nbsp;Below is my web.config:</p><p>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;configuration&gt;</p><p>&lt;system.web&gt;<br>&lt;compilation debug=&quot;true&quot; targetFramework=&quot;4.0&quot; /&gt;<br>&lt;/system.web&gt;<br>&lt;system.serviceModel&gt;<br>&lt;extensions&gt;<br>&lt;bindingElementExtensions&gt;<br>&lt;add name=&quot;pollingDuplex&quot; type=&quot;System.ServiceModel.Configuration.PollingDuplexHttpBindingElement, System.ServiceModel.PollingDuplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot;/&gt;<br>&lt;/bindingElementExtensions&gt;<br>&lt;/extensions&gt;<br>&lt;bindings&gt;<br>&lt;customBinding&gt;<br>&lt;binding name=&quot;MAD.ChangeNotificationServices.SubscriptionService.customBinding0&quot;&gt;<br>&lt;binaryMessageEncoding /&gt;<br>&lt;pollingDuplex duplexMode=&quot;MultipleMessagesPerPoll&quot;&gt;&lt;/pollingDuplex&gt;<br>&lt;httpTransport /&gt;<br>&lt;/binding&gt;<br>&lt;/customBinding&gt;<br>&lt;/bindings&gt;<br>&lt;services&gt;<br>&lt;service name=&quot;MAD.ChangeNotificationServices.SubscriptionService&quot;&gt;<br>&lt;endpoint address=&quot;&quot; binding=&quot;customBinding&quot; bindingConfiguration=&quot;MAD.ChangeNotificationServices.SubscriptionService.customBinding0&quot;<br>contract=&quot;MAD.ChangeNotificationServices.ISubscriptionService&quot; /&gt;<br>&lt;endpoint address=&quot;mex&quot; binding=&quot;mexHttpBinding&quot; contract=&quot;IMetadataExchange&quot; /&gt;<br>&lt;/service&gt;<br>&lt;/services&gt;<br>&lt;behaviors&gt;<br>&lt;serviceBehaviors&gt;<br>&lt;behavior&gt;<br>&lt;!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment --&gt;<br>&lt;serviceMetadata httpGetEnabled=&quot;true&quot;/&gt;<br>&lt;!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information --&gt;<br>&lt;serviceDebug includeExceptionDetailInFaults=&quot;false&quot;/&gt;<br>&lt;serviceThrottling maxConcurrentSessions=&quot;2147483647&quot;/&gt;<br>&lt;/behavior&gt;<br>&lt;/serviceBehaviors&gt;<br>&lt;/behaviors&gt;<br>&lt;serviceHostingEnvironment aspNetCompatibilityEnabled=&quot;true&quot;<br>multipleSiteBindingsEnabled=&quot;true&quot; /&gt;<br>&lt;/system.serviceModel&gt;<br>&lt;system.webServer&gt;<br>&lt;modules runAllManagedModulesForAllRequests=&quot;true&quot;/&gt;<br>&lt;/system.webServer&gt;<br><br>&lt;/configuration&gt;</p><p>When I use SingleMessagePerPoll as my duplex mode, everything works fine. &nbsp;But when I switch to MultipleMessagesPerPoll, calls to the subscription service result in an operation timeout after 1 minute. &nbsp;If I place a break point in the method I am calling in the subscription service, the break point is never hit. &nbsp;Do you have any wisdom to share?</p><p>posted by RaySaltrelli</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Duplex-Communication-with-WCF-in-Silverlight-4-Silverlight-TV-34#c634550631432737633</link>
		<pubDate>Mon, 24 Oct 2011 14:25:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Duplex-Communication-with-WCF-in-Silverlight-4-Silverlight-TV-34#c634550631432737633</guid>
		<dc:creator>RaySaltrelli</dc:creator>
	</item>
	<item>
		<title>Re: Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)</title>
		<description>
			<![CDATA[Hi&#33;<br><br>Excellent example, but I have a question.<br><br>how to control the crowd of clients addend to list&#63;<br><br>because, if a client disconnects. return a error when trying to send the message.<br><br><br>public sub publish &#40;byval message as string &#41;<br>dim callback as IduplexService<br><br>for each callback  in Clients<br>try<br>callback.Notify&#40;message&#41;<br>catch ex as Exception<br>&#39;&#60;return a error. if a client disconnects&#62;<br>end try<br>next <br><br>end sub<p>posted by Fernando vergara</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Duplex-Communication-with-WCF-in-Silverlight-4-Silverlight-TV-34#c634541479264709385</link>
		<pubDate>Fri, 14 Oct 2011 00:12:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Duplex-Communication-with-WCF-in-Silverlight-4-Silverlight-TV-34#c634541479264709385</guid>
		<dc:creator>Fernando vergara</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[<p>With John heading to Disney and SLTV already being on hiatus, is this the end of SLTV? &nbsp;If it was going to refocus anyway (presumably on Metro/WinRT?), it seems like there's little point of continuing the show, but instead just start new with new host, new focus, etc.</p><p>Sorry if there was already some post/page about SLTV going from 'on hiatus' to 'officially ended' that I missed. No biggie if it's in limbo based on searching for another host instead or whatever, just curious. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by james.manning</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634538584542105493</link>
		<pubDate>Mon, 10 Oct 2011 15:47:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634538584542105493</guid>
		<dc:creator>james.manning</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 77: Exploring 3D</title>
		<description>
			<![CDATA[During the video you talked about helpers for projections between 2D and 3d.  Where are those located&#63;<br><br>I&#39;m looking for things like&#58;<br>1&#41; Which 3d triangle was clicked&#63;<br>2&#41; Pinch to Zoom type Gesture processing for 3d objects.<br><p>posted by Doug Mair</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-77-Exploring-3D#c634534286420326523</link>
		<pubDate>Wed, 05 Oct 2011 16:24:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-77-Exploring-3D#c634534286420326523</guid>
		<dc:creator>Doug Mair</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 77: Exploring 3D</title>
		<description>
			<![CDATA[more skin<p>posted by joseph</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-77-Exploring-3D#c634512541339972319</link>
		<pubDate>Sat, 10 Sep 2011 12:22:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-77-Exploring-3D#c634512541339972319</guid>
		<dc:creator>joseph</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 81: Four Great Windows Phone UX Tips</title>
		<description>
			<![CDATA[ <p>Another great show, keep up the great work!</p><p>posted by Ian2</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-81-4-Great-Windows-Phone-UX-Tips#c634510003493936111</link>
		<pubDate>Wed, 07 Sep 2011 13:52:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-81-4-Great-Windows-Phone-UX-Tips#c634510003493936111</guid>
		<dc:creator>Ian2</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>@<a href="/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634501566870000000">erik_</a>: I was think Papa TV</p><p>&nbsp;</p><p>and yes, I am kidding <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634504124780000000</link>
		<pubDate>Wed, 31 Aug 2011 18:34:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634504124780000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>Thanks, great show!</p><p>I hope the new name of the show isn't HTML5 TV <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by erik_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634501566870000000</link>
		<pubDate>Sun, 28 Aug 2011 19:31:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634501566870000000</guid>
		<dc:creator>erik_</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[Simply Awesome&#33; <p>posted by Sandeep Sachan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634500381130000000</link>
		<pubDate>Sat, 27 Aug 2011 10:35:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634500381130000000</guid>
		<dc:creator>Sandeep Sachan</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>wow, wireframing with sketchflow is impressive - thanks really a lot for this great video!!!</p><p>posted by ila</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499914090000000</link>
		<pubDate>Fri, 26 Aug 2011 21:36:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499914090000000</guid>
		<dc:creator>ila</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>@<a href="/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499020360000000">Dan</a>:Thanks !</p><p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499115550000000</link>
		<pubDate>Thu, 25 Aug 2011 23:25:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499115550000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>&#43;1 Great content as always John and Corrina!</p><p>posted by Dan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499020360000000</link>
		<pubDate>Thu, 25 Aug 2011 20:47:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634499020360000000</guid>
		<dc:creator>Dan</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[well done &#58;&#41; its nice work<p>posted by tahir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498996150000000</link>
		<pubDate>Thu, 25 Aug 2011 20:06:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498996150000000</guid>
		<dc:creator>tahir</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>Oh, will this show got a new name after BUILD ?</p><p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498898860000000</link>
		<pubDate>Thu, 25 Aug 2011 17:24:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498898860000000</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>Wire-frame in Sketch Flow is awesome</p><p>posted by jp_ca</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498895970000000</link>
		<pubDate>Thu, 25 Aug 2011 17:19:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498895970000000</guid>
		<dc:creator>jp_ca</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>Downloaded!</p><p>posted by George_Curelet_Balan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498878430000000</link>
		<pubDate>Thu, 25 Aug 2011 16:50:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498878430000000</guid>
		<dc:creator>George_Curelet_Balan</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 83: Using Wireframes to Visually Communicate a Windows Phone Experience</title>
		<description>
			<![CDATA[ <p>John,</p><p><strong>Thank you</strong> for all&nbsp;the great content you've produced for C9. Enjoy your hiatus. Looking forward to seeing what's next.</p><p>Cheers,</p><p>C</p><p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498866400000000</link>
		<pubDate>Thu, 25 Aug 2011 16:30:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-83-Using-Wireframes-to-Visually-Communicate-a-Windows-Phone-Experience#c634498866400000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 82: Custom Markup Extensions</title>
		<description>
			<![CDATA[creo ser importante a microsoft silverlight para k funcione fejor la extieciones del programa<br><p>posted by miguel perez aguilar</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-82-Custom-Markup-Extensions#c634495450460000000</link>
		<pubDate>Sun, 21 Aug 2011 17:37:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-82-Custom-Markup-Extensions#c634495450460000000</guid>
		<dc:creator>miguel perez aguilar</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 82: Custom Markup Extensions</title>
		<description>
			<![CDATA[No me gusta extencion markup.<p>posted by Chookie Khan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-82-Custom-Markup-Extensions#c634494709860000000</link>
		<pubDate>Sat, 20 Aug 2011 21:03:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-82-Custom-Markup-Extensions#c634494709860000000</guid>
		<dc:creator>Chookie Khan</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 82: Custom Markup Extensions</title>
		<description>
			<![CDATA[gosta muito de silverlighr mais gosta da microsoft eu melhor obrigado<p>posted by Ussumane  So</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-82-Custom-Markup-Extensions#c634494552350000000</link>
		<pubDate>Sat, 20 Aug 2011 16:40:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-82-Custom-Markup-Extensions#c634494552350000000</guid>
		<dc:creator>Ussumane  So</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 81: Four Great Windows Phone UX Tips</title>
		<description>
			<![CDATA[ <p>I just updated the link for the UX Design guide. Should work now!</p><p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-81-4-Great-Windows-Phone-UX-Tips#c634486800100000000</link>
		<pubDate>Thu, 11 Aug 2011 17:20:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-81-4-Great-Windows-Phone-UX-Tips#c634486800100000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 80: Reactive Extensions</title>
		<description>
			<![CDATA[ <p>I just want to say that this video has totally revolutionised the way I'm developing my current application. &nbsp;I'm now building a database and&nbsp;synchronization&nbsp;service around reactive extensions to allow the UI to always respond to new data as soon as it's available and to allow it to be automatically persisted without any need for the programmer to explicitly save data.</p><p>posted by Tuskan360</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634485210660000000</link>
		<pubDate>Tue, 09 Aug 2011 21:11:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634485210660000000</guid>
		<dc:creator>Tuskan360</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 80: Reactive Extensions</title>
		<description>
			<![CDATA[ <p>Will we ever be able to do away with the UI thread? Or at least change C# to simplify the work of marshalling onto the UI thread.</p><p>&nbsp;</p><p>posted by SteveRichter</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634482404960000000</link>
		<pubDate>Sat, 06 Aug 2011 15:14:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634482404960000000</guid>
		<dc:creator>SteveRichter</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 80: Reactive Extensions</title>
		<description>
			<![CDATA[Great post. Can we use RX for silverlight application session timeout using mousemove event<p>posted by Gopi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634482092360000000</link>
		<pubDate>Sat, 06 Aug 2011 06:33:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634482092360000000</guid>
		<dc:creator>Gopi</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 80: Reactive Extensions</title>
		<description>
			<![CDATA[ <p>Great video.&nbsp; Very simple.&nbsp; Should help a lot of folks confused by RX.&nbsp; I know it helped me.</p><p>posted by chief7</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634481606400000000</link>
		<pubDate>Fri, 05 Aug 2011 17:04:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634481606400000000</guid>
		<dc:creator>chief7</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 80: Reactive Extensions</title>
		<description>
			<![CDATA[ <p>The video mentioned at the end</p><p><a href="http://channel9.msdn.com/Events/MIX/MIX11/EXT08">http://channel9.msdn.com/Events/MIX/MIX11/EXT08</a></p><p>posted by androidi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634480766830000000</link>
		<pubDate>Thu, 04 Aug 2011 17:44:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-80-Reactive-Extensions#c634480766830000000</guid>
		<dc:creator>androidi</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[can you use two tables query into   one  datagrid  face &#63;<p>posted by shuiniu</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634479421740000000</link>
		<pubDate>Wed, 03 Aug 2011 04:22:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634479421740000000</guid>
		<dc:creator>shuiniu</dc:creator>
	</item>
	<item>
		<title>Re: Duplex Communication with WCF in Silverlight 4 (Silverlight TV #34)</title>
		<description>
			<![CDATA[El ejemplo no funciona,<br>incluso bajandolo para ejecutarlo tampoco,<br><br>tengo visual studio 2010<br>silverlight 3.0<br>y windows 7<br><br>manda un mensaje de error&#58; Error NotFound<p>posted by OMAR OLGUIN</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Duplex-Communication-with-WCF-in-Silverlight-4-Silverlight-TV-34#c634477543640000000</link>
		<pubDate>Mon, 01 Aug 2011 00:12:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Duplex-Communication-with-WCF-in-Silverlight-4-Silverlight-TV-34#c634477543640000000</guid>
		<dc:creator>OMAR OLGUIN</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[Chanmm, you can do it right now with any Silverlight application if you install the Silverlight 5 Beta &#61;&#41;<p>posted by Jason R Shaver</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634474874390000000</link>
		<pubDate>Thu, 28 Jul 2011 22:03:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634474874390000000</guid>
		<dc:creator>Jason R Shaver</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>Is it not possible to set a breakpoint in the binding statements&nbsp;of the XAML code&nbsp;for a WPF application? There is a lot of complex scenarios where this would be helpful. I usually use Snoop or look at the Output window to understand why data binding fails in my LOB apps....</p><p>posted by Thundar Viking</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634474017990000000</link>
		<pubDate>Wed, 27 Jul 2011 22:16:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634474017990000000</guid>
		<dc:creator>Thundar Viking</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>Can we have the sample to play with?</p><p>posted by chanmm</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634473550490000000</link>
		<pubDate>Wed, 27 Jul 2011 09:17:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634473550490000000</guid>
		<dc:creator>chanmm</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469562530000000">2 days&nbsp;ago</a>,<a href="/Niners/jopapa">jopapa</a> wrote</p><p>@<a href="/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469083050000000">deadlydog</a>: No announcements for data binding debugging and WPF at this time. Sorry.</p><p></p></div></blockquote><p></p><p>I thought is was &quot;for ever and ever&quot; and not &quot;at this time&quot;. Isn't WPF deprocated for desktop Silverlight and/or HTML5/JS in the future? It's too bad I wasted a my customer's money on WPF.</p><p>Breakpoints in Silverlight is pretty awesome stuff though.</p><p>posted by DeathByVisualStudio</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634471373370000000</link>
		<pubDate>Sun, 24 Jul 2011 20:48:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634471373370000000</guid>
		<dc:creator>DeathByVisualStudio</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 78: Designing Tiles and Splash Screens for Windows Phone (Design Tips Mini Series)</title>
		<description>
			<![CDATA[ <p>The splash screen that you created didn't show up because there were actually 2 projects with the same name (WeatherApplication_Design_End) open in Expression Blend. Maybe you were working with the other one <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>posted by Moumen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634471293300000000</link>
		<pubDate>Sun, 24 Jul 2011 18:35:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634471293300000000</guid>
		<dc:creator>Moumen</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>Hi, &quot;Data Bug Debinding&quot; is the greatest feature ever in the SL5 beta <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>Great show, by the way, John. I'm very excited about Silverlight, and&nbsp;actuallay I've recently gotten my first certification which was&nbsp;in Silverlight 4 development <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' />.</p><p>posted by Moumen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634471232010000000</link>
		<pubDate>Sun, 24 Jul 2011 16:53:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634471232010000000</guid>
		<dc:creator>Moumen</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[Excellent video.  I tried this for about 30 minutes before I realized that the F9 as a breakpoint feature is only available in the Silverlight 5 tools.<br><br>After reading up more on it &#40;maybe this was announced during the video and I missed it, if so sorry&#41; but you can debug Silverlight 4 applications without changing the Target Silverlight Version to 5 in the application properties.<br><br>I am installing the tools and SDK and what not now and hope to be able to comment on the success of using them pretty soon&#33;<p>posted by kadumel</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469786810000000</link>
		<pubDate>Sat, 23 Jul 2011 00:44:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469786810000000</guid>
		<dc:creator>kadumel</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>@<a href="/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469083050000000">deadlydog</a>: No announcements for data binding debugging and WPF at this time. Sorry.</p><p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469562530000000</link>
		<pubDate>Fri, 22 Jul 2011 18:30:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469562530000000</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>Hell, it's about time!</p><p>Great Stuff, love Silverlight for Business &amp; Windows Phone Development.</p><p>What about Expression Blend features in VS?</p><p>2 Licenses are a bit disapointing</p><p>posted by Nicwin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469261640000000</link>
		<pubDate>Fri, 22 Jul 2011 10:09:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469261640000000</guid>
		<dc:creator>Nicwin</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>When is data binding debugging coming to WPF?&nbsp; This would be great as we do everything at my company in WPF.</p><p>posted by deadlydog</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469083050000000</link>
		<pubDate>Fri, 22 Jul 2011 05:11:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634469083050000000</guid>
		<dc:creator>deadlydog</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 79: Data Binding Debugging</title>
		<description>
			<![CDATA[ <p>data binding debugging...... it is needed right NOW.</p><p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634468985200000000</link>
		<pubDate>Fri, 22 Jul 2011 02:28:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-79-Data-Binding-Debugging#c634468985200000000</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 74: What&#39;s New in RIA Services</title>
		<description>
			<![CDATA[ <p>@Lori - i will clean up the code and put it up in a different location. Are you looking for a particular sample? Maybe i could send that to you earlier.</p><p>posted by deepeshm</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-74-Whats-New-in-RIA-Services#c634463494500000000</link>
		<pubDate>Fri, 15 Jul 2011 17:57:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-74-Whats-New-in-RIA-Services#c634463494500000000</guid>
		<dc:creator>deepeshm</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 74: What&#39;s New in RIA Services</title>
		<description>
			<![CDATA[Hi Deepesh,<br>Loved this demo but tough to see the code.  Do you have the code to download so we can open it and follow along better&#63;<br>Thanks&#33;<p>posted by Lori</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-74-Whats-New-in-RIA-Services#c634463491810000000</link>
		<pubDate>Fri, 15 Jul 2011 17:53:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-74-Whats-New-in-RIA-Services#c634463491810000000</guid>
		<dc:creator>Lori</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 78: Designing Tiles and Splash Screens for Windows Phone (Design Tips Mini Series)</title>
		<description>
			<![CDATA[Great to see a post covering Expression Design.<p>posted by Ian</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634463060630000000</link>
		<pubDate>Fri, 15 Jul 2011 05:54:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634463060630000000</guid>
		<dc:creator>Ian</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 78: Designing Tiles and Splash Screens for Windows Phone (Design Tips Mini Series)</title>
		<description>
			<![CDATA[ <p>@<a href="/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462652630000000">DannyM</a>: Nice, good to know.</p><p>On a separate note, it's great that you talked about the banding problem which I, personally, used to find annoying. If you've been doing some design, you'll know that there is a few ways to work around it, and like Corina kindly showed it involves overlaying Noise on it so that it removes the uniformity in the bands. However, I would advise Blurring the channels first then add Noise per channel. It tends to generally give better results.</p><p>Also, if the gradients look fine on the emulator then you're good to go. I'm referring to a weird issue that affected HTC devices after NoDo update (to be fixed in Mango hopefully), in which the screen colors turn 16-bit instead of the supposed 32-bit. So in these devices, one is very likely to encounter banding in gradients and should probably not worry much about it as long as it renders fine in the Emulator.</p><p>Sorry for the long post <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>&nbsp;</p><p>Karim</p><p>posted by kouhbi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462669700000000</link>
		<pubDate>Thu, 14 Jul 2011 19:02:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462669700000000</guid>
		<dc:creator>kouhbi</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 78: Designing Tiles and Splash Screens for Windows Phone (Design Tips Mini Series)</title>
		<description>
			<![CDATA[ <p>@<a href="/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462648470000000">kouhbi</a>:That's a bug which has been fixed in Mango.</p><p>posted by DannyM</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462652630000000</link>
		<pubDate>Thu, 14 Jul 2011 18:34:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462652630000000</guid>
		<dc:creator>DannyM</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 78: Designing Tiles and Splash Screens for Windows Phone (Design Tips Mini Series)</title>
		<description>
			<![CDATA[ <p>Thanks for the ep, it's great to see the 'Design Tips Series' back.</p><p>However just as a note here, the 'non-Microsoft apps' never use the Phone Accent Brush (ie theme color) when they are at the app list. They however do when they are pinned to Startup. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-10.gif?v=c9' alt='Embarassed' /> </p><p>At least that's the behavior I'm having with all the 3rd party apps, I would love to know if it's something I'm missing though...</p><p>&nbsp;</p><p>Karim</p><p>posted by kouhbi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462648470000000</link>
		<pubDate>Thu, 14 Jul 2011 18:27:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462648470000000</guid>
		<dc:creator>kouhbi</dc:creator>
	</item>
	<item>
		<title>Re: Silverlight TV 78: Designing Tiles and Splash Screens for Windows Phone (Design Tips Mini Series)</title>
		<description>
			<![CDATA[For easy emulator screenshots, use the Windows 7 built-in Snipping Tool in the Window Snip mode and take a perfect 480x800 capture when the emulator is at 100&#37;.<p>posted by Colin Melia</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462627870000000</link>
		<pubDate>Thu, 14 Jul 2011 17:53:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-78-Designing-Tiles-and-Splash-Screens-for-Windows-Phone-Design-Tips-Mini-Series#c634462627870000000</guid>
		<dc:creator>Colin Melia</dc:creator>
	</item>
</channel>
</rss>
