<?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 9: Data Binding to the RecipeDataSource.cs</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/5436/8fa29cfe-0a64-4e77-ab9c-739838f55436/Part9DataBindingtotheRecipeDataSourcecs_220.jpg</url>
		<title>Channel 9 - Part 9: Data Binding to the RecipeDataSource.cs</title>
		<link></link>
	</image>
	<description>In this lesson we follow the instructions of the Hands On Lab to add and wire up the RecipeDataSource.cs and its images and data to make sweeping changes to the app.&amp;nbsp;Download the entire series&#39; source code </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 00:37:56 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 00:37:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>How difficult would it be to separate the recipes.txt into separate files like Chinese.txt, French.txt etc...&nbsp;and connect each group to the corresponding .txt file?&nbsp; What would have to be done?</p><p>posted by chilero</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634872952255303535</link>
		<pubDate>Wed, 31 Oct 2012 15:47:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634872952255303535</guid>
		<dc:creator>chilero</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634872952255303535">chilero</a>: It would be pretty easy to do what you want to do. &nbsp;You would have to make a few decisions up front, such as how you'll introduce your data files to the app ... ex. you could put them in a single folder, and use WinRT API to iterate through all files in that folder, open each up, create new items and group using something akin to the RecipeDataSource.cs' approach. &nbsp;Besides that, and designing the JSON to contain your object's properties, the RecipeDataSource.cs provides a nice template that will get you 80% of the way where you need to go. &nbsp;Hope that helps!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634879899546246492</link>
		<pubDate>Thu, 08 Nov 2012 16:45:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634879899546246492</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>Hey Bob! &nbsp;When I try to build the program I get this error :</p><p><strong>Error 1 The type or namespace name 'Common' does not exist in the namespace 'ContosoCookbook' (are you missing an assembly reference?) C:\Users\Matija\Desktop\New folder\Problem1\WinStoreAppDev_CS\CS_24\App1\App1\RecipeDataSource.cs 51 62 App1</strong></p><p><strong>&nbsp;</strong></p><p>What do you thin I did wrong?</p><p>posted by matija4444</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634886968306623719</link>
		<pubDate>Fri, 16 Nov 2012 21:07:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634886968306623719</guid>
		<dc:creator>matija4444</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634886968306623719">matija4444</a>: Hmm... I think you're missing a using statement. &nbsp;Can you share out: (1) your using statements at the top of that code file, and (2) the exact line of code that it's complaining about? &nbsp;That might help me help you further. &nbsp;DON'T GIVE UP! &nbsp;When you run into stuff like this, you learn a lot!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634887117478329821</link>
		<pubDate>Sat, 17 Nov 2012 01:15:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634887117478329821</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@BobTabor&nbsp;&nbsp; it seems like I´m missing something in RecipeDataSource.cs.</p><pre><span>public</span>&nbsp;<span>abstract</span>&nbsp;<span>class</span>&nbsp;<span>RecipeDataCommon</span>&nbsp;:&nbsp;<span>ContosoCookbook</span><span>.</span><span>Common</span><span>.</span><span>BidingData</span></pre><p>&nbsp;</p><p>It shows error on <strong>.BidingData</strong>. And after that it shows error on this part of code:</p><pre>&nbsp;<span>public</span>&nbsp;<span>string</span>&nbsp;<span>UniqueId</span>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><span>         get</span>&nbsp;{&nbsp;<span>return</span>&nbsp;<span>this</span><span>.</span><strong>_uniqueId</strong>;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>         &nbsp;<span>set</span>&nbsp;{&nbsp;<span>this</span><span>.</span><span>SetProperty</span>(<span>ref</span>&nbsp;<span>this</span><span>.</span><strong>_uniqueId</strong>,&nbsp;<span>value</span>);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;}</pre><p>&nbsp;</p><p>and using statements are:</p><pre><span>using</span>&nbsp;<span>System</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>Linq</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>Collections</span><span>.</span><span>Generic</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>Collections</span><span>.</span><span>ObjectModel</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>ComponentModel</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>Runtime</span><span>.</span><span>CompilerServices</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>ApplicationModel</span><span>.</span><span>Resources</span><span>.</span><span>Core</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>Foundation</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>Foundation</span><span>.</span><span>Collections</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>UI</span><span>.</span><span>Xaml</span><span>.</span><span>Data</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>UI</span><span>.</span><span>Xaml</span><span>.</span><span>Media</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>UI</span><span>.</span><span>Xaml</span><span>.</span><span>Media</span><span>.</span><span>Imaging</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>Net</span><span>.</span><span>Http</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>Data</span><span>.</span><span>Json</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>ApplicationModel</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>Storage</span><span>.</span><span>Streams</span>; <br><span>using</span>&nbsp;<span>System</span><span>.</span><span>Threading</span><span>.</span><span>Tasks</span>; <br><span>using</span>&nbsp;<span>Windows</span><span>.</span><span>Storage</span>; <br><span>using</span>&nbsp;<span>ContosoCookbook</span><span>.</span><span>Data</span>;</pre><p>posted by matija4444</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634888767222754630</link>
		<pubDate>Sun, 18 Nov 2012 23:05:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634888767222754630</guid>
		<dc:creator>matija4444</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634888767222754630">matija4444</a>: First ... shouldn't it be binding, not biding? &nbsp;(Emphasis on the 'n' in 'binding')</p><p>Second ... can you make sure (Ctrl &#43; F) that there's a class called BindingData defined in the project, and that it belongs to the ContosoCookbook.Common namespace?</p><pre><span><br><br></span></pre><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634888946111497219</link>
		<pubDate>Mon, 19 Nov 2012 04:03:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634888946111497219</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>I am getting the same error as @matija4444&nbsp;</p><p>Error 1 The type or namespace name 'Common' does not exist in the namespace 'ContosoCookbook' (are you missing an assembly reference?) K:\ContossoCookBook\ContossoCookBook\DataModel\RecipeDataSource.cs 51 62 ContossoCookBook</p><p>&nbsp;</p><p>posted by ambar007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889891358930046</link>
		<pubDate>Tue, 20 Nov 2012 06:18:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889891358930046</guid>
		<dc:creator>ambar007</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>It shows an error in :&nbsp; public abstract class RecipeDataCommon : ContosoCookbook.Common.BindableBase..at common&nbsp;</p><p>posted by ambar007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889893285225509</link>
		<pubDate>Tue, 20 Nov 2012 06:22:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889893285225509</guid>
		<dc:creator>ambar007</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>also it shows an error in all the set property saying contosocookbook.data.recipe data doesnot contain any definition for set property&nbsp;</p><p>posted by ambar007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889899557557981</link>
		<pubDate>Tue, 20 Nov 2012 06:32:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889899557557981</guid>
		<dc:creator>ambar007</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>error solved there are 2 contosocookbook files ..one has a common clas the other one just has a data class ...so to remove the error just delete that statement and rewrite it using intellisense&nbsp;</p><p>&nbsp;</p><p>posted by ambar007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889919217714013</link>
		<pubDate>Tue, 20 Nov 2012 07:05:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634889919217714013</guid>
		<dc:creator>ambar007</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@ambar007</p><p>Can you give me some more details?</p><p>posted by matija4444</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634890314516608185</link>
		<pubDate>Tue, 20 Nov 2012 18:04:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634890314516608185</guid>
		<dc:creator>matija4444</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>just remove that line manually and then retype it&nbsp;</p><pre><span>public</span>&nbsp;<span>abstract</span>&nbsp;<span>class</span>&nbsp;<span>RecipeDataCommon</span>&nbsp;:&nbsp;<span>ContosoCookbook</span><span>.</span><span>Common</span><span>.</span><span>BidingData <br><br><br>this line ..using telesense ..my error just got removed like this make sure you use telesense to <br>invoke the common.bindablebase method</span></pre><p>posted by ambar007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634891028783251112</link>
		<pubDate>Wed, 21 Nov 2012 13:54:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634891028783251112</guid>
		<dc:creator>ambar007</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634891028783251112">ambar007</a>: I folow your direction and solve the error but to me code is little diferent</p><pre><strong>public&nbsp;abstract&nbsp;class&nbsp;RecipeDataCommon&nbsp;:&nbsp;ContosoCookbook.Common.BindableBase<br><br> </strong><br>we will see is it corect!</pre><p>posted by matija4444</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634891137627852117</link>
		<pubDate>Wed, 21 Nov 2012 16:56:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634891137627852117</guid>
		<dc:creator>matija4444</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>I was getting the same error. If you have named your project other then the actual name of &quot;<span>ContosoCookbook</span>&quot; ( may you using&nbsp; lower case first letter style ) then you need to change it to that exact name.</p><p>public abstract class RecipeDataCommon : Foo.Common.BindableBase</p><p>&nbsp;</p><p>posted by gerdi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634893535562411733</link>
		<pubDate>Sat, 24 Nov 2012 11:32:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634893535562411733</guid>
		<dc:creator>gerdi</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634893535562411733">gerdi</a>:Does the program imports pictures when you use this code? That is a problem to me!</p><p>posted by matija4444</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634895227492553400</link>
		<pubDate>Mon, 26 Nov 2012 10:32:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634895227492553400</guid>
		<dc:creator>matija4444</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@matija4444 just chnage your <em>ContosoCookbook</em> to your project name, and it's case sensitive</p><p>public&nbsp;abstract&nbsp;class&nbsp;RecipeDataCommon&nbsp;:&nbsp;[<strong><em>LabProjectName</em></strong>].Common.BindableBase</p><pre>&nbsp;</pre><p>posted by santra2641384</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634911435345283162</link>
		<pubDate>Sat, 15 Dec 2012 04:45:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634911435345283162</guid>
		<dc:creator>santra2641384</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[Excellent&#33; I have the same error and immediately change the &#91;LabProjectName&#93; in the same way that &#64;santra2641384 said, they problem solved. Thanks guys, <br><br>&#64;BobTabor great tutorial....<p>posted by miltoncab</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634933034276085030</link>
		<pubDate>Wed, 09 Jan 2013 04:43:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634933034276085030</guid>
		<dc:creator>miltoncab</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>I have a problem here. It tells me that i don't have a method GetGroups in RecipeDataSource</p><p>posted by danncoba</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634937112413813706</link>
		<pubDate>Sun, 13 Jan 2013 22:00:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634937112413813706</guid>
		<dc:creator>danncoba</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634937112413813706">danncoba</a>: Did you solve this? &nbsp;Can you explain more ... at what step did you experience this? &nbsp;Can you point to the time marker in the video (example: 4:15) where what YOU see in your code and what I see in my code are different?</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634939751104653822</link>
		<pubDate>Wed, 16 Jan 2013 23:18:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634939751104653822</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[Hi bob, i have been following up your tutorials pretty closely <br>and i&#39;m stuck at the data part of app, unlike in the video i want to use a database to connect to the app and display the data in the database using sqlite, as i&#39;m new to the app development or pretty much any kind of development can you point me or suggest me anything about the problem i&#39;m facing  <p>posted by Mustansir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634942712681132252</link>
		<pubDate>Sun, 20 Jan 2013 09:34:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634942712681132252</guid>
		<dc:creator>Mustansir</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634942712681132252">Mustansir</a>: Sorry, SQLite is outside of my sphere of knowledge. &nbsp;You have the bones of the application, you would just need to replace the implementation specific to grabbing data from the text file with your SQLite code. &nbsp;I would have to do the same as you ... look for a few examples online, etc.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634943848745045191</link>
		<pubDate>Mon, 21 Jan 2013 17:07:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634943848745045191</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>MR Bob Tabor ı am watching your tutorials&nbsp; ı wanted to tell&nbsp; you&nbsp; your tutorials very helpful thx&nbsp; for&nbsp; your help&nbsp; I&nbsp; want ask&nbsp; you question&nbsp; I am Using bing map in ItemDetailPage.xaml&nbsp; in Flipview my map is in templated in flipview &nbsp;ok. question is&nbsp; How ı can send&nbsp;diferent &nbsp;location for each page in ItemdetailPage&nbsp; because&nbsp; ı&nbsp; am using&nbsp; SampleDataSource&nbsp; so&nbsp; I am confuse &nbsp; NavigationParameter&nbsp;&nbsp;how&nbsp; will&nbsp; know it&nbsp; thx for your hellp &nbsp;&nbsp;&nbsp;&nbsp;</p><p>posted by cakmak</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634947553573154964</link>
		<pubDate>Sat, 26 Jan 2013 00:02:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634947553573154964</guid>
		<dc:creator>cakmak</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634947553573154964">cakmak</a>: You can pass any object of any type as the NavigationParameter. &nbsp;Create a new type with the kind of data you want to pass. &nbsp;If you just need to pass a string, that's cool too ... no need to create a whole type for it. &nbsp;In the click event of the grid, you figure out what it is you want to send to the ItemDetailPage (using the name of the item, or some property of the item, or the class the item is associated with). &nbsp;Check this out:</p><p>&nbsp;</p><p><a href="http://stackoverflow.com/questions/13917303/how-to-pass-a-complex-object-between-pages-in-a-windows-store-app">http&#58;&#47;&#47;stackoverflow.com&#47;questions&#47;13917303&#47;how-to-pass-a-complex-object-between-pages-in-a-windows-store-app</a></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634950019758832124</link>
		<pubDate>Mon, 28 Jan 2013 20:32:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634950019758832124</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>Hi Bob, besides only reading from the json file i also want to store or update data in the recipe.txt file e.g. updating whether the recipe is user favorite or not and also allowing the user to store their own recipes. how can this all be done with json or should i adopt some other way to do this (which way)?</p><p>posted by ANAS55</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634955026583777351</link>
		<pubDate>Sun, 03 Feb 2013 15:37:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634955026583777351</guid>
		<dc:creator>ANAS55</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634955026583777351">ANAS55</a>: Here's a few links that should get you oriented in the right direction. &nbsp;This looks like a job for the JavaScriptSerializer Class:</p><p><a href="http://msdn.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;system.web.script.serialization.javascriptserializer.aspx</a></p><p>Here's a StackExchange post that might also be helpful:</p><p><a href="http://stackoverflow.com/questions/8569855/reading-from-writing-and-appending-to-json-files">http&#58;&#47;&#47;stackoverflow.com&#47;questions&#47;8569855&#47;reading-from-writing-and-appending-to-json-files</a></p><p>Good luck!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634955879683379538</link>
		<pubDate>Mon, 04 Feb 2013 15:19:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634955879683379538</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634955879683379538">BobTabor</a>: Thanks, that really helped.</p><p>posted by ANAS55</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634956474738999003</link>
		<pubDate>Tue, 05 Feb 2013 07:51:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c634956474738999003</guid>
		<dc:creator>ANAS55</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[suddenly groupdetailpage.xaml.cs and groupitempage.xaml.cs both r opening in notepad n they r empty plzz hlp me..<p>posted by aka17</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005086405140297</link>
		<pubDate>Tue, 02 Apr 2013 14:10:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005086405140297</guid>
		<dc:creator>aka17</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005086405140297">aka17</a>: Yikes! &nbsp;That's not good. &nbsp;You must have the file associations incorrect. &nbsp;Have you done anything recently like attempted to open any C# files in Notepad? &nbsp;Or has anyone tried this on the computer you're using? &nbsp;I think it's easily remedied ... I would start here:</p><p><a href="http://winsupersite.com/article/windows8/windows-8-tip-change-file-associations-144102">http&#58;&#47;&#47;winsupersite.com&#47;article&#47;windows8&#47;windows-8-tip-change-file-associations-144102</a></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005105960522312</link>
		<pubDate>Tue, 02 Apr 2013 14:43:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005105960522312</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[its nt working ,do i hv to do it al over again , ahhh plzz suggest.<p>posted by aka17</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005140094087951</link>
		<pubDate>Tue, 02 Apr 2013 15:40:09 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005140094087951</guid>
		<dc:creator>aka17</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[i only tried to use simulator and that hanged the system and i had to restart the system may be that is the problem...<p>posted by aka17</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005142867238793</link>
		<pubDate>Tue, 02 Apr 2013 15:44:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005142867238793</guid>
		<dc:creator>aka17</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005142867238793">aka17</a>: Hmm... that's a tough one. &nbsp;You might try to re-install Visual Studio to re-create that association for the .cs files. &nbsp;If that doesn't work? &nbsp;I'm not sure what to try next. &nbsp;What you described has never happened to me before. &nbsp;</p><p>You might need to contact support or someone on Visual Studio's forums. &nbsp;This is where I would post it. &nbsp;MAKE SURE YOU PUT AS MUCH DETAIL AS POSSIBLE IN YOUR FORUM POST to get the best results.</p><p><a href="http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/threads">http&#58;&#47;&#47;social.msdn.microsoft.com&#47;Forums&#47;en-US&#47;winappswithcsharp&#47;threads</a></p><p>Good luck!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005234338990221</link>
		<pubDate>Tue, 02 Apr 2013 18:17:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635005234338990221</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[How to hide all items, but not Group name and group box.. I have too many items and i do want all item to this page. When click group box or title, find groupdetail page and there is all this group items.&#60;br&#62;&#60;br&#62;<p>posted by Coolrw3</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635040471787974935</link>
		<pubDate>Mon, 13 May 2013 13:06:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635040471787974935</guid>
		<dc:creator>Coolrw3</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635040471787974935">Coolrw3</a>: I believe you can limit the number of items you display. &nbsp;The Windows Store (C#) Grid App Template does this by default ... see the SampleDataSource.cs, beginning in line 133 ... here they create a public property that will ONLY reveal 12 items, and spend a lot of code managing which 12 items will be displayed (you may not need all of that complexity). &nbsp;You could limit that to just 6 or 1 if you like.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635041586112419222</link>
		<pubDate>Tue, 14 May 2013 20:03:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635041586112419222</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[Is that possible what chilero asked before&#63; Is there any nice sample&#63;<br><br>Grid template is huge mess in default<p>posted by Coolrw3</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635041954806926142</link>
		<pubDate>Wed, 15 May 2013 06:18:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635041954806926142</guid>
		<dc:creator>Coolrw3</dc:creator>
	</item>
	<item>
		<title>Re: Part 9: Data Binding to the RecipeDataSource.cs</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635041954806926142">Coolrw3</a>: I'm sure there are some examples out there, but I don't know of any. &nbsp;I would have to spend some time on Bing.com and pour over a lot of code to find what I needed. &nbsp;If you're a C# developer, chances are, you already have the skills to do this ... you simply need to decide HOW you'll do it ... how will you store the data? &nbsp;How will you dynamically add the data to the project? &nbsp;How will you retrieve the data and deserialize it into objects in your app. &nbsp;I'll bet you could figure it out if you don't have an example to pull from.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635042206440348649</link>
		<pubDate>Wed, 15 May 2013 13:17:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-9-Data-Binding-to-the-RecipeDataSourcecs#c635042206440348649</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
</channel>
</rss>