<?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>my C# notes &#187; F- .NET Organization and namespaces</title>
	<atom:link href="http://www.strategyawards2008.com/category/01-pre-c/f-net-organization-and-namespaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strategyawards2008.com</link>
	<description>my C# notes</description>
	<lastBuildDate>Sun, 08 Mar 2009 08:01:21 +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>Namespace</title>
		<link>http://www.strategyawards2008.com/2009/03/namespace/</link>
		<comments>http://www.strategyawards2008.com/2009/03/namespace/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:48:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[F- .NET Organization and namespaces]]></category>

		<guid isPermaLink="false">http://www.strategyawards2008.com/?p=44</guid>
		<description><![CDATA[I have already told you about the .NET libraries right ? Base class libraries that come with .NET are organised into namespaces (And the same will apply to how you organise your software) System, System.Data, System.IO, System.Drawing The above are only a small sample of .NET namespaces. You will learn about the important namespaces as [...]]]></description>
			<content:encoded><![CDATA[<p>I have already told you about the .NET libraries right ? Base class libraries that come with .NET are organised into namespaces (And the same will apply to how you organise your software)</p>
<p>System, System.Data, System.IO, System.Drawing</p>
<p>The above are only a small sample of .NET namespaces. You will learn about the important namespaces as we go.</p>
<p>Before you can use anything from a library you will need to use the &#8220;<a href="http://www.strategyawards2008.com/keywords-using/">using</a>&#8221;  keyword to include that thing in your software</p>
<p>using System;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strategyawards2008.com/2009/03/namespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
