<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LunR Coding</title>
	<atom:link href="http://lunrcoding.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lunrcoding.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 02 Nov 2009 19:57:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lunrcoding.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>LunR Coding</title>
		<link>http://lunrcoding.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lunrcoding.wordpress.com/osd.xml" title="LunR Coding" />
	<atom:link rel='hub' href='http://lunrcoding.wordpress.com/?pushpress=hub'/>
		<item>
		<title>C# Basics &#8211; Lesson 4: Expressions, Types, and Variables</title>
		<link>http://lunrcoding.wordpress.com/2009/11/02/c-basics-lesson-4-expressions-types-and-variables/</link>
		<comments>http://lunrcoding.wordpress.com/2009/11/02/c-basics-lesson-4-expressions-types-and-variables/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:49:50 +0000</pubDate>
		<dc:creator>cdrlunr</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lunrcoding.wordpress.com/?p=33</guid>
		<description><![CDATA[Quoted from C# Station: &#8220;Variables&#8221; are simply storage locations for data. You can place data into them and retrieve their contents as part of a C# expression. The interpretation of the data in a variable is controlled through &#8220;Types&#8221;. C# is a &#8220;Strongly Typed&#8221; language. Thus all operations on variables are performed with consideration of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lunrcoding.wordpress.com&amp;blog=10229366&amp;post=33&amp;subd=lunrcoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lunrcoding.wordpress.com/2009/11/02/c-basics-lesson-4-expressions-types-and-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e535b6655ea05fb508828441d32b82f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cdrlunr</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Basics &#8211; Lesson 03: User Input</title>
		<link>http://lunrcoding.wordpress.com/2009/11/02/c-basics-lesson-03-user-input/</link>
		<comments>http://lunrcoding.wordpress.com/2009/11/02/c-basics-lesson-03-user-input/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:46:39 +0000</pubDate>
		<dc:creator>cdrlunr</dc:creator>
				<category><![CDATA[C# Basics]]></category>

		<guid isPermaLink="false">http://lunrcoding.wordpress.com/?p=26</guid>
		<description><![CDATA[Now that you&#8217;ve learned how to use the three Console functions, we can move on to something new! This lesson will explain to you how to create a program which somewhat interacts with the user. Open up your VC#2008 compiler (Visual C# 2008 Express Edition &#8211; which from now on I shall be calling the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lunrcoding.wordpress.com&amp;blog=10229366&amp;post=26&amp;subd=lunrcoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lunrcoding.wordpress.com/2009/11/02/c-basics-lesson-03-user-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e535b6655ea05fb508828441d32b82f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cdrlunr</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Basics &#8211; Lesson 02: Console Hello World Application</title>
		<link>http://lunrcoding.wordpress.com/2009/11/02/lesson-2-console-hello-world-application/</link>
		<comments>http://lunrcoding.wordpress.com/2009/11/02/lesson-2-console-hello-world-application/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:27:06 +0000</pubDate>
		<dc:creator>cdrlunr</dc:creator>
				<category><![CDATA[C# Basics]]></category>

		<guid isPermaLink="false">http://lunrcoding.wordpress.com/?p=14</guid>
		<description><![CDATA[Now that you&#8217;ve installed Visual C#, let&#8217;s get started with your first C# application. This will be the traditional Hello World application. Open up your C# compiler. It should look something like this: Go to where it says &#8216;Recent Projects&#8217;. You should see something that says &#8216;Create: Project&#8217;. Click on &#8216;New Project&#8217;. Now a menu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lunrcoding.wordpress.com&amp;blog=10229366&amp;post=14&amp;subd=lunrcoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lunrcoding.wordpress.com/2009/11/02/lesson-2-console-hello-world-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e535b6655ea05fb508828441d32b82f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cdrlunr</media:title>
		</media:content>

		<media:content url="http://i37.tinypic.com/6t0g3o.png" medium="image">
			<media:title type="html">Start Page</media:title>
		</media:content>

		<media:content url="http://i38.tinypic.com/fkqj48.jpg" medium="image">
			<media:title type="html">New Project</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Basics &#8211; Lesson 01: Getting Ready</title>
		<link>http://lunrcoding.wordpress.com/2009/11/02/lesson-01-getting-ready/</link>
		<comments>http://lunrcoding.wordpress.com/2009/11/02/lesson-01-getting-ready/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:18:05 +0000</pubDate>
		<dc:creator>cdrlunr</dc:creator>
				<category><![CDATA[C# Basics]]></category>

		<guid isPermaLink="false">http://lunrcoding.wordpress.com/?p=12</guid>
		<description><![CDATA[First of all, you might want to download the free Visual C# Compiler. Well, just go to this link: http://www.microsoft.com/express/vcsharp/ and download the installer for Visual C#. Please note that this is an express edition, which is a free edition of the compiler. If you would like an edition with more features (such as the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lunrcoding.wordpress.com&amp;blog=10229366&amp;post=12&amp;subd=lunrcoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lunrcoding.wordpress.com/2009/11/02/lesson-01-getting-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e535b6655ea05fb508828441d32b82f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cdrlunr</media:title>
		</media:content>
	</item>
		<item>
		<title>#Launch of lunR Coding</title>
		<link>http://lunrcoding.wordpress.com/2009/11/02/launch-of-lunr-coding/</link>
		<comments>http://lunrcoding.wordpress.com/2009/11/02/launch-of-lunr-coding/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:07:55 +0000</pubDate>
		<dc:creator>cdrlunr</dc:creator>
				<category><![CDATA[Home/Updates]]></category>

		<guid isPermaLink="false">http://lunrcoding.wordpress.com/?p=7</guid>
		<description><![CDATA[That&#8217;s right! I&#8217;ve launched a blog on WordPress where I will be adding tutorials on some of the things I will make, made, learned from others, and others&#8217; tutorials (with credits of course). - [CDR].lunR Posted in Home/Updates<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lunrcoding.wordpress.com&amp;blog=10229366&amp;post=7&amp;subd=lunrcoding&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://lunrcoding.wordpress.com/2009/11/02/launch-of-lunr-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e535b6655ea05fb508828441d32b82f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cdrlunr</media:title>
		</media:content>
	</item>
	</channel>
</rss>
