<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Jamison White</title>
	<atom:link href="http://www.jamisonwhite.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamisonwhite.com/blog</link>
	<description>ASP.Net programmer at large.</description>
	<lastBuildDate>Fri, 19 Jun 2009 11:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Shoestring Startup Website by jamie</title>
		<link>http://www.jamisonwhite.com/blog/2009/06/17/shoestring-startup-website/comment-page-1/#comment-1073</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamisonwhite.com/blog/?p=290#comment-1073</guid>
		<description>@beau, any interest in helping a nonprofit customize a wordpress theme?</description>
		<content:encoded><![CDATA[<p>@beau, any interest in helping a nonprofit customize a wordpress theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileStream v/s StreamReader and StreamWriter by Ricky</title>
		<link>http://www.jamisonwhite.com/blog/2009/06/18/filestream-vs-streamreader-and-streamwriter/comment-page-1/#comment-1072</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Thu, 18 Jun 2009 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamisonwhite.com/blog/?p=297#comment-1072</guid>
		<description>Here&#039;s a little something for ya .. it&#039;ll serialize an object to xml, encrypt it, and save it as a file.

&lt;code&gt;
        public void SaveToFile(string Path)
        {
            byte[] data;

            using (MemoryStream ms = new MemoryStream())
            {
                XmlSerializer serializer = new XmlSerializer(typeof(List));
                serializer.Serialize(ms, this.Soldiers);

                data = ReadByteArrayFromInputStream(ms);
                ms.Close();
            }

            using (FileStream fs = File.Create(Path))
            {
                Aes aes = Aes.Create();
                using (CryptoStream cs = new CryptoStream(
                    fs, 
                    aes.CreateEncryptor(GetKey(), GetIV()), 
                    CryptoStreamMode.Write))
                {
                    cs.Write(data, 0, data.Length);

                    cs.Close();
                }
                fs.Close();
            }
        }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a little something for ya .. it&#8217;ll serialize an object to xml, encrypt it, and save it as a file.</p>
<p><code><br />
        public void SaveToFile(string Path)<br />
        {<br />
            byte[] data;</p>
<p>            using (MemoryStream ms = new MemoryStream())<br />
            {<br />
                XmlSerializer serializer = new XmlSerializer(typeof(List));<br />
                serializer.Serialize(ms, this.Soldiers);</p>
<p>                data = ReadByteArrayFromInputStream(ms);<br />
                ms.Close();<br />
            }</p>
<p>            using (FileStream fs = File.Create(Path))<br />
            {<br />
                Aes aes = Aes.Create();<br />
                using (CryptoStream cs = new CryptoStream(<br />
                    fs,<br />
                    aes.CreateEncryptor(GetKey(), GetIV()),<br />
                    CryptoStreamMode.Write))<br />
                {<br />
                    cs.Write(data, 0, data.Length);</p>
<p>                    cs.Close();<br />
                }<br />
                fs.Close();<br />
            }<br />
        }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shoestring Startup Website by Beau Vignes</title>
		<link>http://www.jamisonwhite.com/blog/2009/06/17/shoestring-startup-website/comment-page-1/#comment-1069</link>
		<dc:creator>Beau Vignes</dc:creator>
		<pubDate>Wed, 17 Jun 2009 17:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamisonwhite.com/blog/?p=290#comment-1069</guid>
		<description>I have used hostgator and wordpress on several projects. Together, they are a wonderful resource for any startup. There are a ton of features in Wordpress that can also make it very search engine friendly.</description>
		<content:encoded><![CDATA[<p>I have used hostgator and wordpress on several projects. Together, they are a wonderful resource for any startup. There are a ton of features in Wordpress that can also make it very search engine friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Brewery Trail by aukje</title>
		<link>http://www.jamisonwhite.com/blog/2008/09/18/the-brewery-trail/comment-page-1/#comment-712</link>
		<dc:creator>aukje</dc:creator>
		<pubDate>Mon, 22 Sep 2008 12:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamisonwhite.com/blog/?p=228#comment-712</guid>
		<description>Yeah Bavaria - we would love for them to be their own state. No more CSU!
Hope all is well and your final week is a blast!</description>
		<content:encoded><![CDATA[<p>Yeah Bavaria &#8211; we would love for them to be their own state. No more CSU!<br />
Hope all is well and your final week is a blast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreaming in German by aukje</title>
		<link>http://www.jamisonwhite.com/blog/2008/09/10/dreaming-in-german/comment-page-1/#comment-690</link>
		<dc:creator>aukje</dc:creator>
		<pubDate>Thu, 11 Sep 2008 12:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamisonwhite.com/blog/?p=207#comment-690</guid>
		<description>keep those reports coming! They are so much fun to read. I love the pictures of you all!</description>
		<content:encoded><![CDATA[<p>keep those reports coming! They are so much fun to read. I love the pictures of you all!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
