<?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 - Creating the Note Naming Convention - Day 4 - Part 4</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/502f/291f717e-9bb3-468e-bf56-9e230019502f/day4part4_100_ch9.jpg</url>
		<title>Channel 9 - Creating the Note Naming Convention - Day 4 - Part 4</title>
		<link></link>
	</image>
	<description> In this video, Bob discusses the strategy of using the file name as a means of storing the date and time the note was created, along with the location of the note’s composition. This requires quite a bit of familiarity with String and DateTime classes and their methods for formatting and parsing through data. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 19:44:13 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 19:44:13 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Creating the Note Naming Convention - Day 4 - Part 4</title>
		<description>
			<![CDATA[ <p>Writing the code to parse the date / time from the file name at 15 mins was a bit painful, much easier with </p><p>DateTime dateCreated = DateTime.ParseExact(file.Substring(0,16), &quot;yyyy_MM_dd_HH_mm&quot;,System.Globalization.CultureInfo.InvariantCulture);</p><p>&nbsp;</p><p>posted by jamesoneill</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634284600870000000</link>
		<pubDate>Mon, 20 Dec 2010 16:41:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634284600870000000</guid>
		<dc:creator>jamesoneill</dc:creator>
	</item>
	<item>
		<title>Re: Creating the Note Naming Convention - Day 4 - Part 4</title>
		<description>
			<![CDATA[ <p>Hi,</p><p>Great video!&nbsp; One problem tho&nbsp; </p><p>string[] fileList = appStorage.GetFileNames();</p><p>creates collection starting at [0].&nbsp; Running debug/emulator, I cannot get location to display on Page_Load in [0].&nbsp; So I have to run thru the loop once, then hit the Add_Button(&#43;) on Mainpage then continue loop for location to display in [1].&nbsp;Any reason [0] is reserved for anything?&nbsp; Anybody else have same prob?</p><p>Thanks,</p><p>E.&nbsp; </p><p>posted by ELMDEV</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634296721260000000</link>
		<pubDate>Mon, 03 Jan 2011 17:22:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634296721260000000</guid>
		<dc:creator>ELMDEV</dc:creator>
	</item>
	<item>
		<title>Re: Creating the Note Naming Convention - Day 4 - Part 4</title>
		<description>
			<![CDATA[Got it worked out.@ELMDEV:<p>posted by ELMDEV</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634297793770000000</link>
		<pubDate>Tue, 04 Jan 2011 23:09:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634297793770000000</guid>
		<dc:creator>ELMDEV</dc:creator>
	</item>
	<item>
		<title>Re: Creating the Note Naming Convention - Day 4 - Part 4</title>
		<description>
			<![CDATA[ <p>I hate to write </p><p></p><p>string</p><p></p><p>&nbsp;</p><p>location = file.Substring(19);</p><p>&nbsp;It had to have a 19 instead of a 20, with 20 it cut off the R in Redmond, I dont know why cos i had everything else correct, and it picked up the date and time just right. </p><p>posted by Mintydog</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634323435320000000</link>
		<pubDate>Thu, 03 Feb 2011 15:25:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Creating-the-Note-Naming-Convention#c634323435320000000</guid>
		<dc:creator>Mintydog</dc:creator>
	</item>
</channel>
</rss>