<?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>Kajabity.com &#187; C#</title>
	<atom:link href="http://www.kajabity.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kajabity.com</link>
	<description>A blog by Simon J. Williams</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:53:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Adding Calendar Events to Google Calendar in C#</title>
		<link>http://www.kajabity.com/2011/01/adding-calendar-events-to-google-calendar-in-c/</link>
		<comments>http://www.kajabity.com/2011/01/adding-calendar-events-to-google-calendar-in-c/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 23:44:57 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[Thistle Society]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/index.php/2011/01/adding-calendar-events-to-google-calendar-in-c/</guid>
		<description><![CDATA[I’ve replaced a custom event page for the Thistle Society with a list extracted dynamically from a Google Calendar. Following on from the previous article, Loading XML in C# with XML Serialisation, I needed to upload the events into the Google Calendar from my C# application (Event Manager). To do this, first spend hours scouring [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2011/01/adding-calendar-events-to-google-calendar-in-c/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Loading XML in C# with XML Serialisation</title>
		<link>http://www.kajabity.com/2010/12/loading-xml-in-c-with-xml-serialisation/</link>
		<comments>http://www.kajabity.com/2010/12/loading-xml-in-c-with-xml-serialisation/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 00:16:04 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Serialisation]]></category>
		<category><![CDATA[Thistle Society]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/index.php/2010/12/loading-xml-in-c-with-xml-serialisation/</guid>
		<description><![CDATA[The problem – I have a lot of event details for a local club in an XML file and I wanted to load them into a C# application which will import them into a Google Calendar (see my earlier article to understand why). I originally started to write a C# application to maintain the events [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2010/12/loading-xml-in-c-with-xml-serialisation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kajabity Tools (for C#) version 0.1 Released</title>
		<link>http://www.kajabity.com/2009/12/kajabity-tools-for-c-version-0-1-released/</link>
		<comments>http://www.kajabity.com/2009/12/kajabity-tools-for-c-version-0-1-released/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:51:52 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Tools for C#]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Kajabity]]></category>
		<category><![CDATA[properties]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/index.php/2009/12/kajabity-tools-for-c-version-0-1-released/</guid>
		<description><![CDATA[At last, I’ve finally managed to put together a release of the Kajabity Tools – this version just includes a completely rewritten JavaProperties class allowing a C# application to correctly load and store Java style properties from a “.properties” file.&#160; For more details see Kajabity Tools. The Kajabity Tools-0.1.zip file contains: Kajabity Tools DLL – [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2009/12/kajabity-tools-for-c-version-0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems With PageSetupDialog And Metric Margins</title>
		<link>http://www.kajabity.com/2009/09/problems-with-pagesetupdialog-and-metric-margins/</link>
		<comments>http://www.kajabity.com/2009/09/problems-with-pagesetupdialog-and-metric-margins/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 21:23:08 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[YearChart]]></category>
		<category><![CDATA[Page Setup]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Year Chart]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/index.php/2009/09/problems-with-pagesetupdialog-and-metric-margins/</guid>
		<description><![CDATA[When I first wrote Year Chart (before I decided to publish it online) the printing seemed so easy – a print dialog, print preview dialog and a page setup dialog.&#160; I defaulted the margins to half an inch and had the Year Chart panel draw onto the printer page.&#160; Simple! This worked fine in my [...]]]></description>
		<wfw:commentRss>http://www.kajabity.com/2009/09/problems-with-pagesetupdialog-and-metric-margins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Loading Java Properties Files in C#</title>
		<link>http://www.kajabity.com/2009/06/loading-java-properties-files-in-csharp/</link>
		<comments>http://www.kajabity.com/2009/06/loading-java-properties-files-in-csharp/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 17:03:58 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools for C#]]></category>
		<category><![CDATA[properties]]></category>

		<guid isPermaLink="false">http://www.kajabity.com/?p=90</guid>
		<description><![CDATA[Java style properties files are not supported in C# - so here is a class that reads and writes Java ".properties" files.]]></description>
		<wfw:commentRss>http://www.kajabity.com/2009/06/loading-java-properties-files-in-csharp/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

