<?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 15: Implementing Type Converters  </title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/ef37/5050395c-6348-45ba-a2d9-7db24d9aef37/Part15ImplementingTypeConverters_220.jpg</url>
		<title>Channel 9 - Part 15: Implementing Type Converters  </title>
		<link></link>
	</image>
	<description>In order to make our declarative controls and data binding work smoothly, we look at implicit XAML type converters, type converters added to our project template, then implement our own custom type converter and explain its purpose.&amp;nbsp;ResourcesQuickstart: Adding FlipView controls Download the entire series&#39; source code </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 21:06:28 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 21:06:28 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[please provide us a code which you are written in a flip view so that we can understand the given function properly.<br><p>posted by Navprabhat Singh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634891324173059959</link>
		<pubDate>Wed, 21 Nov 2012 22:06:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634891324173059959</guid>
		<dc:creator>Navprabhat Singh</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[Thanks for this great series, is there a reason that StringBuilder.ApendLine&#40;item&#41; wasn&#39;t used&#63; Best wishes<p>posted by Ian</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634922341835368157</link>
		<pubDate>Thu, 27 Dec 2012 19:43:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634922341835368157</guid>
		<dc:creator>Ian</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634891324173059959">Navprabhat Singh</a>: Hi, not sure what you're asking for here. &nbsp;You'll need to be more specific / clearer as to what it is you are trying to accomplish.</p><p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634922341835368157">Ian</a>: If you could point me to the exact time in the video I could offer a better answer. &nbsp;Off the top of my head / not looking at the video (1) I was following the instructions of the Hands On Labs <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> and (2) why the author of the Lab chose not to use StringBuilder? &nbsp;Speculation, but perhaps the amount of appending didn't warrant it, or they were just keeping everything obvious and simple. &nbsp;You can feel free to use whatever method you prefer. &nbsp;Good luck!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634923088324356340</link>
		<pubDate>Fri, 28 Dec 2012 16:27:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634923088324356340</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[Thanks for the reply Bob.<br>It was only a very minor point, eg at 4&#58;50, they could replace the two lines with one. <br>I&#39;m very new to  programming so wasn&#39;t sure if I was missing something obvious<p>posted by Ian</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634924181932342705</link>
		<pubDate>Sat, 29 Dec 2012 22:49:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634924181932342705</guid>
		<dc:creator>Ian</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>I think what Navprabhat Singh is saying is that in your download code (<a href="http://media.ch9.ms/content/WinStoreAppDev_CS.zip">http://media.ch9.ms/content/WinStoreAppDev_CS.zip</a>) there is no Common\<strong>ListConverter.cs</strong> at all and the code in <strong>ItemDetailPage.xaml</strong> doesn't have &lt;FlipView.Template&gt; (see 8:11 in the video).&nbsp; I typed in the ListConverter.cs manually as I could see all the code on the video but not so for the ItemDetailPage.xaml file.</p><p>In your download there are folders of the application for chapters 3-5, 9 and 24.&nbsp; There is no CS_15 folder for the lesson in question (&quot;Part 15: Implementing Type Converters&quot;).&nbsp; I looked in the CS_24 folder hoping to find it there but ItemDetailPage.xaml has no reference to&nbsp;&lt;FlipView.Template&gt; and <strong>ListConverter.cs</strong>&nbsp;isn't there either.</p><p>I'm sure it's in the Lab download, I just didn't get around do downloading it (it seems large and was hoping to avoid getting it).</p><p>Anyway, thanks Bob for your great work.</p><p>posted by JohnMarsing</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634945932292398737</link>
		<pubDate>Thu, 24 Jan 2013 03:00:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634945932292398737</guid>
		<dc:creator>JohnMarsing</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>I downloaded the Labs (<a href="http://aka.ms/windows8campinabox">http://aka.ms/windows8campinabox</a>)&nbsp;and got the code I needed, so I'm good to go.</p><p>&nbsp;</p><p>&nbsp;</p><p>posted by JohnMarsing</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634946344180132781</link>
		<pubDate>Thu, 24 Jan 2013 14:26:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634946344180132781</guid>
		<dc:creator>JohnMarsing</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634946344180132781">JohnMarsing</a>: Ah, thanks for the explanation and I apologize for the oversight!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634946383811666023</link>
		<pubDate>Thu, 24 Jan 2013 15:33:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634946383811666023</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>I'm stuck.&nbsp; ItemDetailPage.xaml line 85, the part you&nbsp; deleted to see what would happen is BLUE LINED and I can't get it to go away.&nbsp; I'll try a reboot and if that does not work I'll be giving you tons of detail on what I've tried so far.&nbsp; Thanks for the class.</p><p>posted by VanceLeeMeurer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634971994964100822</link>
		<pubDate>Sat, 23 Feb 2013 06:58:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634971994964100822</guid>
		<dc:creator>VanceLeeMeurer</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634971994964100822">VanceLeeMeurer</a>: Any updates? &nbsp;Despite the Intellisense / blue line, does the code still compile? &nbsp;I'll try to help if I can.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634972381826654351</link>
		<pubDate>Sat, 23 Feb 2013 17:43:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634972381826654351</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>I'm not sure what it was but only this far along, I deleted the solution and started over.&nbsp; It worked the second time.&nbsp;The one thing I'd say is I can't click on COPY CODE on the web page.&nbsp; I have to highlight the data, right click and get it.&nbsp; Maybe I picked up an invisible internet character somehow?&nbsp; I'm back on track and eager to get through this.</p><p>posted by VanceLeeMeurer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634973679800636505</link>
		<pubDate>Mon, 25 Feb 2013 05:46:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c634973679800636505</guid>
		<dc:creator>VanceLeeMeurer</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[    if &#40;global&#58;&#58;System.Diagnostics.Debugger.IsAttached&#41; global&#58;&#58;System.Diagnostics.Debugger.Break&#40;&#41;&#59; <br>i m getting this error how to solve this , the app opens bt when we click on any recipe it opens app.g.i.cs and high lights this line plzz help.<p>posted by aki</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028232583079929</link>
		<pubDate>Mon, 29 Apr 2013 09:07:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028232583079929</guid>
		<dc:creator>aki</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[Text&#61;&#34;&#123;Binding Ingredients, Converter&#61;&#123;StaticResource ListConverter&#125;&#125;&#34; and i m getting blue line here line no. 84 <p>posted by aki</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028236517645283</link>
		<pubDate>Mon, 29 Apr 2013 09:14:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028236517645283</guid>
		<dc:creator>aki</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[in item detail page line no. is 85 sorry abut that<p>posted by aki</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028237182024368</link>
		<pubDate>Mon, 29 Apr 2013 09:15:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028237182024368</guid>
		<dc:creator>aki</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p><span>if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();&nbsp;</span><br><span>i m getting this error how to solve this , the app opens bt when we click on any recipe it opens app.g.i.cs and high lights this line plzz help.</span></p><p>posted by codingquery</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029072504833868</link>
		<pubDate>Tue, 30 Apr 2013 08:27:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029072504833868</guid>
		<dc:creator>codingquery</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635028232583079929">aki</a>:&nbsp;@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029072504833868">codingquery</a>: I'm assuming you are the same person ... according to this:</p><p><a href="http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/d85dc60d-d8c9-4a98-a769-ce7819024196/">http&#58;&#47;&#47;social.msdn.microsoft.com&#47;Forums&#47;en-US&#47;csharpgeneral&#47;thread&#47;d85dc60d-d8c9-4a98-a769-ce7819024196&#47;</a></p><p>It means you've hit a bug in the code you typed in. &nbsp;Since you didn't land on C# code, I'm going to guess it's a problem with your XAML code. &nbsp;I'm guessing this is related to your other issue with the blue squiggly line under line 85 in your XAML. &nbsp;Since it's dealing with the Type Converter AND this is not a compilation error -- but rather a runtime error, I'm guessing you didn't implement it correctly and when you call it from XAML it breaks. &nbsp;Perhaps you're missing a accessibility modifier like Public? &nbsp;If I were you I would CLOSELY comb through my code. &nbsp;Worst case ... compare ( or even copy the code) from the Windows 8 Lab in a Box / Contoso Cookbook Hands on Lab and paste it into your project ... both the List Converter AND the XAML that calls it to see if it fixes the problem.</p><p>I've never hit the error you describe, so outside of helping you debug it, I don't exactly why you're getting it.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029309642880287</link>
		<pubDate>Tue, 30 Apr 2013 15:02:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029309642880287</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[i have much of the problem only one error is their i hope u can tell how to solve that also blue line exists over this <br><br>d&#58;DataContext&#61;&#34;&#123;Binding AllGroups&#91;0&#93;, Source&#61;&#123;d&#58;DesignInstance Type&#61;data&#58;SampleDataSource, IsDesignTimeCreatable&#61;True&#125;&#125;&#34;&#62;<br><br> d&#58;DataContext&#61;&#34;&#123;Binding AllGroups&#91;0&#93;, Source&#61;&#123;d&#58;DesignInstance Type&#61;data&#58;SampleDataSource, IsDesignTimeCreatable&#61;True&#125;&#125;&#34;&#62;<br><br>and the error shown is<br>Error&#9;1&#9;The name &#34;SampleDataSource&#34; does not exist in the namespace &#34;using&#58;mycookbook&#34;.&#9;C&#58;&#92;Users&#92;aakriti&#92;Documents&#92;Visual Studio 2012&#92;Projects&#92;mycookbook&#92;mycookbook&#92;ItemDetailPage.xaml&#9;26&#9;13&#9;mycookbook<br><p>posted by aki</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029487634345934</link>
		<pubDate>Tue, 30 Apr 2013 19:59:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029487634345934</guid>
		<dc:creator>aki</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[sorry i have solved much of the problem<p>posted by aki</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029488228921551</link>
		<pubDate>Tue, 30 Apr 2013 20:00:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029488228921551</guid>
		<dc:creator>aki</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[<p>@<a href="/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029488228921551">aki</a>: Good to hear ... were you missing a XAML namespace declaration associated with the d: prefix?</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029509212361985</link>
		<pubDate>Tue, 30 Apr 2013 20:35:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635029509212361985</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Part 15: Implementing Type Converters  </title>
		<description>
			<![CDATA[I would like to know if i want to add images with each Ingredients what i need to do or how it can be done using type converter. Supposing that we have imagedata in our data&#34;Recipes.txt&#34; <br><p>posted by Bilal</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635042028741640722</link>
		<pubDate>Wed, 15 May 2013 08:21:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Store-apps-for-Absolute-Beginners-with-C-/Part-15-Implementing-Type-Converters#c635042028741640722</guid>
		<dc:creator>Bilal</dc:creator>
	</item>
</channel>
</rss>