<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron's Blog &#187; C#</title>
	<atom:link href="http://www.aaronreynolds.co.uk/category/c-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronreynolds.co.uk</link>
	<description>Aaron Reynolds - The ramblings of a tek 'ed</description>
	<lastBuildDate>Thu, 08 Jul 2010 17:41:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PageRank tool walkthrough</title>
		<link>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/</link>
		<comments>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:24:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO/SEM/SEP]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=114</guid>
		<description><![CDATA[I&#8217;ve added a video on YouTube to walkthrough using the PageRank checking DLL you can download from my website.  (by the way, there is no audio).  ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using the PageRank DLL in your applications (VB.NET)</title>
		<link>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/</link>
		<comments>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:58:03 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=103</guid>
		<description><![CDATA[To complete this walkthrough you&#8217;ll need to download the PageRank DLL.  This is included in the PageRank Checker download on the downloads page. Extract the ZIP file.  The DLL file is in the path: GetPageRank.zip\PageRank\bin\Debug Make a note of the path as you&#8217;ll need it later.   Start by opening up Visual Studio (or Developer [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generate XML sitemap for Google</title>
		<link>http://www.aaronreynolds.co.uk/generate-xml-sitemap-for-google/</link>
		<comments>http://www.aaronreynolds.co.uk/generate-xml-sitemap-for-google/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 12:24:27 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ASPX]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=21</guid>
		<description><![CDATA[There are many sites that deal with returning a Google sitemap from .NET pages. Most of these need you to adjust the IIS settings (yes this is about Windows hosting). There are also some that deal with creating a sitemap on-the-fly from the web.sitemap file in your project but here I&#8217;ve included the code to [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/generate-xml-sitemap-for-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Evaluate Expression &#8211; explanation</title>
		<link>http://www.aaronreynolds.co.uk/unable-to-evaluate-expression-explanation/</link>
		<comments>http://www.aaronreynolds.co.uk/unable-to-evaluate-expression-explanation/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 15:06:08 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[I Have Learnt]]></category>
		<category><![CDATA[ASPX Errors]]></category>
		<category><![CDATA[threadabortexception]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=53</guid>
		<description><![CDATA[Today was actually the first time (that I can remember) I have come across the following error message: &#8220;Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack&#8221; Unfortuntely, today also happened to be a very long day following a very long night (working until [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/unable-to-evaluate-expression-explanation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Version of PR Checker</title>
		<link>http://www.aaronreynolds.co.uk/c-version-of-pr-checker/</link>
		<comments>http://www.aaronreynolds.co.uk/c-version-of-pr-checker/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 12:11:11 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=13</guid>
		<description><![CDATA[After a fair bit of trawling around it seems that no-one has created (at at least published) a C# version of the Google PageRank script that is flying around the Internet in PHP form. For those of you who aren&#39;t aware of it&#39;s existence or purpose: the script automatically generates the necessary URL to find [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/c-version-of-pr-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover FileZilla FTP Passwords</title>
		<link>http://www.aaronreynolds.co.uk/recover-filezilla-ftp-passwords/</link>
		<comments>http://www.aaronreynolds.co.uk/recover-filezilla-ftp-passwords/#comments</comments>
		<pubDate>Tue, 27 May 2008 15:03:16 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[Password Recovery]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=51</guid>
		<description><![CDATA[I needed to recover my FTP passwords from a copy of FileZilla today but I either didn&#8217;t trust the various downloads or didn&#8217;t want to pay to use them. So here is the free-to-use code for recovering your FileZilla FTP passwords. You will need to copy the &#8220;Pass&#8221; variable from the FileZilla.xml file or registry [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/recover-filezilla-ftp-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Rank tool in VB.Net and C#</title>
		<link>http://www.aaronreynolds.co.uk/page-rank-tool-in-vbnet-and-c/</link>
		<comments>http://www.aaronreynolds.co.uk/page-rank-tool-in-vbnet-and-c/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:00:56 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[PageRank C#]]></category>
		<category><![CDATA[PageRank VB]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=95</guid>
		<description><![CDATA[A couple of weeks ago another chap named Aaron asked me if I had done a copy of the PageRank code but this time in VB.Net I said I&#8217;d take a look because the versions out on the Internet that he had seen didn&#8217;t work. Well this evening I found the time to do the [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/page-rank-tool-in-vbnet-and-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Full code for PageRank tool in C#</title>
		<link>http://www.aaronreynolds.co.uk/full-code-for-pagerank-tool-in-c/</link>
		<comments>http://www.aaronreynolds.co.uk/full-code-for-pagerank-tool-in-c/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 15:52:59 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google PageRank]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=87</guid>
		<description><![CDATA[I&#8217;ve uploaded a copy of the code in a demo website for the pagerank tool in C#. You can download it from: Full PageRank code with demo site I&#8217;ve tried out a few websites and URLs that people have posted to me and got mixed results. I will be updating it if I can find [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/full-code-for-pagerank-tool-in-c/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Website thumbnailer in C#</title>
		<link>http://www.aaronreynolds.co.uk/website-thumbnailer-in-c-sharp/</link>
		<comments>http://www.aaronreynolds.co.uk/website-thumbnailer-in-c-sharp/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 14:45:05 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[website thumbnailer]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=40</guid>
		<description><![CDATA[After some searching around for ways to implement thumbnails simply for a directory site I am working on I decided to adapt some of the available options into a thumbnailer that I could use. This is currently in development but when complete will be made available as a downloadable Windows forms app for those who [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/website-thumbnailer-in-c-sharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Google PR Checker</title>
		<link>http://www.aaronreynolds.co.uk/c-google-pr-checker/</link>
		<comments>http://www.aaronreynolds.co.uk/c-google-pr-checker/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 16:08:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PageRank C#]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=99</guid>
		<description><![CDATA[I&#8217;ve had some feedback about the google PR checker I have written in C#. Basically I will be adding a property that allows you to select the datacentre to query and I will be randomising the PR requests where this property is not set. Additionally I will be adding an automatic double-check facility so if [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/c-google-pr-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
