<?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>Splitzer &#187; console application</title>
	<atom:link href="http://www.splitzer.net/blog/index.php/tag/console-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.splitzer.net/blog</link>
	<description>Development Blog</description>
	<lastBuildDate>Sat, 17 Jul 2010 20:36:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>C# Basic Console Application using Variables</title>
		<link>http://www.splitzer.net/blog/index.php/2007/06/21/c-basic-console-application-using-variables/</link>
		<comments>http://www.splitzer.net/blog/index.php/2007/06/21/c-basic-console-application-using-variables/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 05:34:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[console application]]></category>

		<guid isPermaLink="false">http://www.splitzer.net/blog/index.php/2007/06/21/c-basic-console-application-using-variables/</guid>
		<description><![CDATA[C Sharp provides neat functionality to build a console application. The following example is a really simple one using variables with classes defined.   using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication4 {     class Program     {         static void Main(string[] args)         {             string firstName;             string lastName;             Variables(out firstName, out [...]]]></description>
		<wfw:commentRss>http://www.splitzer.net/blog/index.php/2007/06/21/c-basic-console-application-using-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
