<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C#/.NET History Lesson</title>
	<atom:link href="http://jameskovacs.com/2007/09/07/cnet-history-lesson/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 14:32:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: sravan</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-19196</link>
		<dc:creator>sravan</dc:creator>
		<pubDate>Sat, 03 Sep 2011 15:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-19196</guid>
		<description>what # indicates in C#.Net.....?</description>
		<content:encoded><![CDATA[<p>what # indicates in C#.Net&#8230;..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuval Naveh</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-169</link>
		<dc:creator>Yuval Naveh</dc:creator>
		<pubDate>Fri, 02 Nov 2007 18:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-169</guid>
		<description>An explanation (rumor?) I heard to the # sign:
It is actually 4 small + signs... 
If you draw 4 close plus signs they make a bug Sharp sign (use some imagination and look at drawing below)
so C# is like C++++... :-) 

C ++
  ++ 

Yuval</description>
		<content:encoded><![CDATA[<p>An explanation (rumor?) I heard to the # sign:<br />
It is actually 4 small + signs&#8230;<br />
If you draw 4 close plus signs they make a bug Sharp sign (use some imagination and look at drawing below)<br />
so C# is like C++++&#8230; <img src='http://jameskovacs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>C ++<br />
  ++ </p>
<p>Yuval</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-168</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Tue, 02 Oct 2007 04:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-168</guid>
		<description>@boxlight - What you consider common (or easily guessed) knowledge is a mystery to others, especially those without musical training. Sorry to not surprise you.

@curious - MSCorEE is the Microsoft COM Object Runtime Execution Engine. It is responsible for loading the correct version of the .NET Framework into the process.

@Everyone - Thanks to everyone else for your comments and pointers to additional information.</description>
		<content:encoded><![CDATA[<p>@boxlight &#8211; What you consider common (or easily guessed) knowledge is a mystery to others, especially those without musical training. Sorry to not surprise you.</p>
<p>@curious &#8211; MSCorEE is the Microsoft COM Object Runtime Execution Engine. It is responsible for loading the correct version of the .NET Framework into the process.</p>
<p>@Everyone &#8211; Thanks to everyone else for your comments and pointers to additional information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-167</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 01 Oct 2007 15:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-167</guid>
		<description>Or is a champaign to get Americans to call # something other than hash, or *gasp* pound. Interesting all the same, specifically mscorlib.dll</description>
		<content:encoded><![CDATA[<p>Or is a champaign to get Americans to call # something other than hash, or *gasp* pound. Interesting all the same, specifically mscorlib.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oran</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-166</link>
		<dc:creator>Oran</dc:creator>
		<pubDate>Sun, 30 Sep 2007 17:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-166</guid>
		<description>I&#039;m probably reading WAY too much into this, but I like to think of the # symbol as smooshing two + symbols together.  C++ is object-oriented, C# is component-oriented (whatever that means).

Here&#039;s some more history of C# that I scrounged together several years ago, with some more recent input from someone on the CLR team at the end.
http://c2.com/cgi/wiki?HistoryOfCsharp</description>
		<content:encoded><![CDATA[<p>I&#8217;m probably reading WAY too much into this, but I like to think of the # symbol as smooshing two + symbols together.  C++ is object-oriented, C# is component-oriented (whatever that means).</p>
<p>Here&#8217;s some more history of C# that I scrounged together several years ago, with some more recent input from someone on the CLR team at the end.<br />
<a href="http://c2.com/cgi/wiki?HistoryOfCsharp" rel="nofollow">http://c2.com/cgi/wiki?HistoryOfCsharp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curious</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-165</link>
		<dc:creator>curious</dc:creator>
		<pubDate>Sat, 29 Sep 2007 21:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-165</guid>
		<description>It wasn&#039;t difficult to figure out what C# means.  I always wonder what enigmatic Microsoft abbreviations or acronyms stand for.

What is MSCorEE?

Thank you.
</description>
		<content:encoded><![CDATA[<p>It wasn&#8217;t difficult to figure out what C# means.  I always wonder what enigmatic Microsoft abbreviations or acronyms stand for.</p>
<p>What is MSCorEE?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boxlight</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-164</link>
		<dc:creator>boxlight</dc:creator>
		<pubDate>Tue, 25 Sep 2007 20:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-164</guid>
		<description>&lt;i&gt;C# name was musically inspired. It is a C-style language that is a step above C/C++, where sharp (#) means a semi-tone above the note.&lt;/i&gt;

Well ... duh.  I followed this link to discover that&#039;s the &quot;secret&quot; origin?  

In other news, C++ was called C++ because &quot;++&quot; is a popular way to increment an integer.  Therefore, C++ is one greater than C.  Ta da!

</description>
		<content:encoded><![CDATA[<p><i>C# name was musically inspired. It is a C-style language that is a step above C/C++, where sharp (#) means a semi-tone above the note.</i></p>
<p>Well &#8230; duh.  I followed this link to discover that&#8217;s the &quot;secret&quot; origin?  </p>
<p>In other news, C++ was called C++ because &quot;++&quot; is a popular way to increment an integer.  Therefore, C++ is one greater than C.  Ta da!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://jameskovacs.com/2007/09/07/cnet-history-lesson/comment-page-1/#comment-163</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Sat, 08 Sep 2007 23:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/09/08/CNET+History+Lesson#comment-163</guid>
		<description>That&#039;s really cool about mscorlib..I always wondered about that ;-)</description>
		<content:encoded><![CDATA[<p>That&#8217;s really cool about mscorlib..I always wondered about that <img src='http://jameskovacs.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

