<?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 Channel 9 - Part 8: Understanding how Data Binding Works at Design Time </title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/ee80/3731f6be-e9b0-4bf0-903a-9e833ea7ee80/Part8UnderstandingHowDataBindingWorksAtDesignTime_220.jpg</url>
		<title>Channel 9 - Part 8: Understanding how Data Binding Works at Design Time </title>
		<link></link>
	</image>
	<description>In this lesson we take a short aside and learn about the design time experience in Visual Studio and learn how it is able to render sample data.&amp;nbsp; This gives us insights into binding syntax, data collections, schemas and more.&amp;nbsp;Download the entire series&#39; source code </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 04:17:56 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 04:17:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Part 8: Understanding how Data Binding Works at Design Time </title>
		<description>
			<![CDATA[<p>I used to be able to just detect design-time in the page constructor and hook-up some view models with some fake data. This no longer seems to work; I set the DefaultViewModel but the IDEs still say that there's no DataContext set, but it works at runtime.</p><p>I take it something has changed from WP7, SL and WPF. How do we simply add fake values to TextBlock controls? There's no fallback value either.</p><p>posted by LukePuplett</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634934990003958344</link>
		<pubDate>Fri, 11 Jan 2013 11:03:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634934990003958344</guid>
		<dc:creator>LukePuplett</dc:creator>
	</item>
	<item>
		<title>Re: Part 8: Understanding how Data Binding Works at Design Time </title>
		<description>
			<![CDATA[<p>P.S. I didn't know about the dark &quot;Blue Thunder&quot; (my name) VS theme until this series, so I'm pleased if I only learned that <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>posted by LukePuplett</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634934991072625357</link>
		<pubDate>Fri, 11 Jan 2013 11:05:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634934991072625357</guid>
		<dc:creator>LukePuplett</dc:creator>
	</item>
	<item>
		<title>Re: Part 8: Understanding how Data Binding Works at Design Time </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634934990003958344">LukePuplett</a>: Hi Luke, I'm sorry I don't have an answer for you here. &nbsp;I was not aware that anything changed, but I'm definitely not an authority on these matters. &nbsp;If I come across anything I posted it here. &nbsp;Sorry!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634939752014016696</link>
		<pubDate>Wed, 16 Jan 2013 23:20:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634939752014016696</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 8: Understanding how Data Binding Works at Design Time </title>
		<description>
			<![CDATA[Nice work on the videos..Just sent out for a book on app development then found this site. I think I will be making my first app for the app store soon... Thanks oo and..P.S. any coupon codes for your site&#63;<p>posted by Beau</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634969202503685243</link>
		<pubDate>Wed, 20 Feb 2013 01:24:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634969202503685243</guid>
		<dc:creator>Beau</dc:creator>
	</item>
	<item>
		<title>Re: Part 8: Understanding how Data Binding Works at Design Time </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634969202503685243">Beau</a>: Thanks Beau! &nbsp;Unfortunately I have no coupon codes or anything like that. &nbsp;There is a sale going on for our 10 years anniversary ... since it will be year 11 here in a few days, I would jump on that quickly. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> &nbsp;Best wishes!!!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634969781573265419</link>
		<pubDate>Wed, 20 Feb 2013 17:29:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-8-Understanding-how-Data-Binding-Works-at-Design-Time#c634969781573265419</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
</channel>
</rss>