<?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; E- .NET programs</title>
	<atom:link href="http://www.strategyawards2008.com/category/01-pre-c/e-net-programs/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>.NET software</title>
		<link>http://www.strategyawards2008.com/2009/03/net-software/</link>
		<comments>http://www.strategyawards2008.com/2009/03/net-software/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E- .NET programs]]></category>

		<guid isPermaLink="false">http://www.strategyawards2008.com/?p=41</guid>
		<description><![CDATA[So, when you write software for the .NET platofrm, you end with EXEs and DLLs right ? Yes you do but they will not run unless .NET or Mono or a certain platform is installed. So, how are they organised ? You can make a single file .NET program or a multi file one, Single [...]]]></description>
			<content:encoded><![CDATA[<p>So, when you write software for the .NET platofrm, you end with EXEs and DLLs right ? Yes you do but they will not run unless .NET or Mono or a certain platform is installed.</p>
<p>So, how are they organised ?</p>
<p>You can make a single file .NET program or a multi file one,</p>
<p><strong>Single file assembly</strong></p>
<p>If it is a single file <strong>assembly</strong> you have all your IL, and Metadata in that file, Metadata is devided into 2 parts.</p>
<p>File Metadata &#8211; tells the runtime (DLR) about your program, what platofrm it is targetting, what it uses et&#8230;</p>
<p>Manifest &#8211; Describes the assembly.</p>
<p><strong>Multi File Assembly</strong></p>
<p>Every file has it&#8217;s own metadata, and the main file of the assembly has the Manifest about all the files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strategyawards2008.com/2009/03/net-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
