<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 18:31:01 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 18:31:01 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>35</c9:totalResults>
	<c9:pageCount>-35</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>DomXML Demsak believes that C# is turning into bloatware with all the new functions and features&nbsp;and&nbsp;so it's&nbsp;getting harder to use.<br>
<br>
Sign-up <a href="http://donxml.com/allthingstechie/archive/2005/09/15/2203.aspx">
here</a>&nbsp;if you agree.<br>
<br>
Personally, I don't agree, but it's something that we can debate here. (Best place for this debate to happen if you ask me!)<br>
<br>
So do you think he has a point?<br>
<br>
Well I do remember that Microsoft did bloat out old VB with loads of rubbish&nbsp;in VB6 that was no good to man nor beast, so perhaps he's got a point.<br>
<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/113738#113738</link>
		<pubDate>Sat, 17 Sep 2005 17:22:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/113738#113738</guid>
		<dc:creator>David Oliver</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sabot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><p dir="ltr">I think the new features in C# 2.0 (and what I've seen from C# 3.0) really improve the language a lot. I believe that things like generics actually make C# more elegant. What do you like more? This:<br>
<br>
&nbsp;&nbsp;&nbsp;ArrayList x = new ArrayList();<br>
&nbsp;&nbsp;&nbsp;...<br>
&nbsp;&nbsp;&nbsp;int a = <strong>(int)x[i]</strong>;<br>
<br>
Or this:<br>
<br>
&nbsp;&nbsp;&nbsp;List&lt;int&gt; x = new List&lt;int&gt;();<br>
&nbsp;&nbsp;&nbsp;...<br>
&nbsp;&nbsp;&nbsp;int a = <strong>x[i]</strong>;<br>
<br>
In C# 3.0, the first line can even be reduced to:<br>
<br>
&nbsp;&nbsp;&nbsp;<strong>var</strong> x = new List&lt;int&gt;();</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/447c2a2c7fda4287b64e9deb00e326c4#447c2a2c7fda4287b64e9deb00e326c4</link>
		<pubDate>Sat, 17 Sep 2005 17:47:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/447c2a2c7fda4287b64e9deb00e326c4#447c2a2c7fda4287b64e9deb00e326c4</guid>
		<dc:creator>Tommy Carlier</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/TommyCarlier/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Sabot wrote:</div>
<div>DomXML Demsak believes that C# is turning into bloatware with all the new functions and features&nbsp;and&nbsp;so it's&nbsp;getting harder to use.<br>
<br>
Sign-up <a href="http://donxml.com/allthingstechie/archive/2005/09/15/2203.aspx" target="_blank">
here</a>&nbsp;if you agree.<br>
<br>
Personally, I don't agree, but it's something that we can debate here. (Best place for this debate to happen if you ask me!)<br>
<br>
So do you think he has a point?<br>
<br>
Well I do remember that Microsoft did bloat out old VB with loads of rubbish&nbsp;in VB6 that was no good to man nor beast, so perhaps he's got a point.<br>
<br>
<br>
<br>
</div>
</blockquote>
<br>
<br>
It was a joke, but it's great to see that you read DonXML's blog!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/9ce57544d05b4360b8d79deb00e32734#9ce57544d05b4360b8d79deb00e32734</link>
		<pubDate>Sat, 17 Sep 2005 17:48:38 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/9ce57544d05b4360b8d79deb00e32734#9ce57544d05b4360b8d79deb00e32734</guid>
		<dc:creator>eagle</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/eagle/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>God forbid if someone would actually try to improve a language!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/fc562eb3f61f4cb6a4f09deb00e327a4#fc562eb3f61f4cb6a4f09deb00e327a4</link>
		<pubDate>Sat, 17 Sep 2005 18:02:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/fc562eb3f61f4cb6a4f09deb00e327a4#fc562eb3f61f4cb6a4f09deb00e327a4</guid>
		<dc:creator>Tom Servo</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Tom Servo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>It was a joke, but it's not hard to see why many would assume it was real.<br>
<br>
The fact is that C# is getting more complex and it's no longer the 'VB with semicolons' that it first appeared to be.
<br>
<br>
It's getting more powerful which means it's getting more difficult to get to grips with all of its subtleties and complexity. If you don't have a strong OO background and are the traditional self-taught VBA or VB guy it will be a total nightmare trying to follow
 some of the code examples that are appearing with all the new announcements.<br>
<br>
Is that a bad thing? No. You still have VB.NET to make life a bit easier.<br>
<br>
Will it make it more difficult for the 'traditional' VB6 programmer to transition (I say this as a VB6 programmer myself who made the switch to C# when it first shipped)?. Absolutely.<br>
<br>
The big challenge for Microsoft is in retaining that 'hobbyist' market - much of which is responsible for Microsoft's huge success in the marketplace. VB.NET is considered by many to be too complex and it will be interesting to see how their efforts to 'keep
 things simple' for that market pan out with all the new features coming in.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/c8a6d9ef689f44f99f569deb00e3281a#c8a6d9ef689f44f99f569deb00e3281a</link>
		<pubDate>Sat, 17 Sep 2005 18:40:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/c8a6d9ef689f44f99f569deb00e3281a#c8a6d9ef689f44f99f569deb00e3281a</guid>
		<dc:creator>irascian</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/irascian/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>VB.NET 9.0 is more like C# 3.0 than you realize.<br>
<br>
You don't have to use the new features if you don't want to.&nbsp; As long as your old code still works, you're fine.&nbsp; That's the major source of contention from VB6-&gt;VB.NET migration -- not that they added all these cool new features to VB but that they broke backwards
 compatibility with VB6.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ad10d6b47a8b4813ba819deb00e32887#ad10d6b47a8b4813ba819deb00e32887</link>
		<pubDate>Sat, 17 Sep 2005 20:26:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ad10d6b47a8b4813ba819deb00e32887#ad10d6b47a8b4813ba819deb00e32887</guid>
		<dc:creator>JChung2006</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JChung2006/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>irascian wrote:</div>
<div>Will it make it more difficult for the 'traditional' VB6 programmer to transition (I say this as a VB6 programmer myself who made the switch to C# when it first shipped)?. Absolutely.</div>
</blockquote>
<br>
<br>
That is extremely insulting... You make it sounds as if *all* VBA programmers haven't ever used OO and are just idiots with a compiler... I for one have yet to have trouble following the new features in 1.0, 2.0 or 3.0 with the slight exception of that language
 query stuff... Very strange ... Kinda cool. <br>
<br>
<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/d7e3fc00be2f4246a4f89deb00e328f3#d7e3fc00be2f4246a4f89deb00e328f3</link>
		<pubDate>Sat, 17 Sep 2005 20:57:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/d7e3fc00be2f4246a4f89deb00e328f3#d7e3fc00be2f4246a4f89deb00e328f3</guid>
		<dc:creator>Manip</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manip/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>I don't think irascian was trying to characterize all VB programmers as &quot;Mort.&quot;&nbsp; There are some though that aren't familiar with OO.&nbsp; Believe you me, I've met several in my years working on VB development teams.&nbsp; The pages of global variable declarations
 and thousand-line Subs and functions still give me nightmares.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/5b030e68977d40259a489deb00e3295b#5b030e68977d40259a489deb00e3295b</link>
		<pubDate>Sat, 17 Sep 2005 21:02:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/5b030e68977d40259a489deb00e3295b#5b030e68977d40259a489deb00e3295b</guid>
		<dc:creator>JChung2006</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JChung2006/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>If you want to see my comment about the 'typical' VB programmer as an insult then frankly that's your problem, not mine (albeit a problem you've exhibited on many postings here in the past that I've usually just avoided getting involved in)<br>
<br>
There's a reason I didn't use the word 'all' and why I used the word 'typical' and put it in quotes instead,&nbsp;just as there was a reason&nbsp;why I pointed out I am a former VB programmer myself.&nbsp;<br>
<br>
Incidentally one of the reasons Ford moved from VB6 to C# when .Net came out was as a way of weeding out the 'typical' VB6 programmers who just didn't seem to 'get' OO. The&nbsp;move to C#&nbsp;was a way of&nbsp;retaining only the good ones who realised that the change in
 syntax moving from VB to C# wasn't the key difference -&nbsp;it was 'getting' OO that was important. Sadly in my experience too many VB programmers DON'T get it (and I'm sure there are some C# programmers who don't get it either, but I think they're a much lower
 percentage).<br>
<br>
Of course there are some excellent VB guys out there (Ted Pattison is a name that immediately springs to mind, Billy Hollis is anothr) but I can't help remembering Don Box's quote at TechEd a few years ago when he asked how many people in the audience were
 VB programmers and then jokingly dissed them&nbsp;saying &quot;Everybody knows that VB programmers are just failed marketeers and journalists&quot;.<br>
<br>
I hadn't intended to turn this into a religious war, and indeed one or two of the best programmers I've worked with are people who trained themselves on VBA and then progressed to VB. On the other hand I've had to deal with a hell of a lot of really bad code
 at clients where &quot;the guy in accounts wrote it after teaching himself VB&quot;.&nbsp; Maybe I've been lucky but I haven't seen many bad C# or C&#43;&#43; programmers.<br>
<br>
The argument about the complexity of the language is a similar one to the argument about web standards. Proper use of CSS makes it difficult to impossible for the &quot;average&quot; man on the street to write his own web site, where HTML is pretty straightforward. In
 the same way I think that the new constructs, or more importantly&nbsp;some of the newer&nbsp;code examples being thrown around in the newer versions of the languages are too complex for the guy who's learnt a bit of VBA&nbsp;and written a few simple Windows forms applications
 to get to grips with.<br>
<br>
Your mileage may vary.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/07d53c6f363f4c8da3a29deb00e329ce#07d53c6f363f4c8da3a29deb00e329ce</link>
		<pubDate>Sat, 17 Sep 2005 21:15:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/07d53c6f363f4c8da3a29deb00e329ce#07d53c6f363f4c8da3a29deb00e329ce</guid>
		<dc:creator>irascian</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/irascian/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div><br>
People are never going to be happy with .NET or C# once they learn C&#43;&#43; and realize their code takes up about 1000th of the memory footprint and runs about 10 times faster.<br>
<br>
It's just a fact. Beginner languages and frameworks are quickly outgrown. People are smarter than MS devs give them credit for.<br>
</div>
</blockquote>
<br>
If that's true, then why is Java more popular than C&#43;&#43;?<br>
<br>
I learned C&#43;&#43; long before I learned .NET or C# (long before either existed) and quite frankly don't miss it, because quite frankly I really don't want to write 10-20 lines of C&#43;&#43; when I could do the same damn thing in 1-5 lines of C# or VB.NET.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/863390e0cc344d0fa1769deb00e32a3a#863390e0cc344d0fa1769deb00e32a3a</link>
		<pubDate>Sat, 17 Sep 2005 21:24:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/863390e0cc344d0fa1769deb00e32a3a#863390e0cc344d0fa1769deb00e32a3a</guid>
		<dc:creator>JChung2006</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JChung2006/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>Call me a lazy (I need to watch my language) if you want but I just love the idea of being able to go&nbsp; x = null;&nbsp; without having to ask myself -- &quot;Is this a nullable type?&quot;...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/e2cf55b78a764902a6059deb00e32aa4#e2cf55b78a764902a6059deb00e32aa4</link>
		<pubDate>Sat, 17 Sep 2005 21:28:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/e2cf55b78a764902a6059deb00e32aa4#e2cf55b78a764902a6059deb00e32aa4</guid>
		<dc:creator>Manip</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manip/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div>C and C&#43;&#43; are WAY more popular for Desktop applications. Probably by a margin of 10,000 to 1.<br>
</div>
</blockquote>
<br>
You're kidding right?&nbsp; There are significantly more VB/.NET custom business applications than there are C/C&#43;&#43; desktop applications.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/cdae4a9b2f84492c998a9deb00e32b0a#cdae4a9b2f84492c998a9deb00e32b0a</link>
		<pubDate>Sat, 17 Sep 2005 21:33:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/cdae4a9b2f84492c998a9deb00e32b0a#cdae4a9b2f84492c998a9deb00e32b0a</guid>
		<dc:creator>JChung2006</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JChung2006/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div><br>
Java is used for service applications like daemons, and xxx_d applications that don't need to have immediate results displayed to a user.<br>
</div>
</blockquote>
<br>
Java's memory and performance footprint on the server though is a significant factor.&nbsp; Or maybe it's not so significant, eh?&nbsp; Else everyone would be writing their Web pages as ISAPI DLL's and C&#43;&#43; custom Apache modules?&nbsp; Which they don't.<br>
<blockquote>
<div>Beer28 wrote:</div>
<div><br>
When you are distributing client applications like photoshop where you don't control the hardware, that's where it matters, and there are very few java client desktop applications. For that reason BTW.<br>
</div>
</blockquote>
<br>
There are plenty of VB client applications running on business desktops all across the world, or maybe you've just chosen to selectively ignore the popularity of VB so that your &quot;C&#43;&#43; is more popular&quot; view isn't shattered by pesky things like fact and reality.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/db3a1225121f4af28bea9deb00e32b74#db3a1225121f4af28bea9deb00e32b74</link>
		<pubDate>Sat, 17 Sep 2005 21:37:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/db3a1225121f4af28bea9deb00e32b74#db3a1225121f4af28bea9deb00e32b74</guid>
		<dc:creator>JChung2006</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JChung2006/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>JChung2006 wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Beer28 wrote:</strong><i>C and C&#43;&#43; are WAY more popular for Desktop applications. Probably by a margin of 10,000 to 1.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
You're kidding right?&nbsp; There are significantly more VB/.NET custom business applications than there are C/C&#43;&#43; desktop applications.</div>
</blockquote>
<br>
<br>
The average automobile rolling off the assembly line has 30-40 networked ECUs. 16 million cars were sold in the US alone in 2004. Each of those ECUs runs software programmed in either assembly or C.<br>
<br>
That's 480-640 million computers that were sold through car dealerships. How many PCs are sold in the US every year? How many Severs?<br>
<br>
All you C#/VB/C&#43;&#43;/Java fanboys can continue to argue about whos bloatware is more bloated, while us real programmers write the tight, efficient assembly and C code which allows civilization to function.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ba2dd89d41254e45b3019deb00e32be1#ba2dd89d41254e45b3019deb00e32be1</link>
		<pubDate>Sat, 17 Sep 2005 22:01:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ba2dd89d41254e45b3019deb00e32be1#ba2dd89d41254e45b3019deb00e32be1</guid>
		<dc:creator>Detroit Muscle</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Detroit Muscle/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>I would agree that switching to C# is good manly because it weeds out ‘mort’ style programmers. Personally, I write in VB.NET manly because right now the VB.NET 2003 IDE is better(Manly due to the code compellation). But when I code using the 2005 beta
 I use C# because the IDE’s are now at the same level. Most programmers shouldn’t have a problem switching between the two.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/0ced8c1b6f294739942b9deb00e32c4d#0ced8c1b6f294739942b9deb00e32c4d</link>
		<pubDate>Sat, 17 Sep 2005 22:01:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/0ced8c1b6f294739942b9deb00e32c4d#0ced8c1b6f294739942b9deb00e32c4d</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Detroit Muscle wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>JChung2006 wrote:</strong> <i>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Beer28 wrote:</strong> <i>C and C&#43;&#43; are WAY more popular for Desktop applications. Probably by a margin of 10,000 to 1.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
You're kidding right?&nbsp; There are significantly more VB/.NET custom business applications than there are C/C&#43;&#43; desktop applications.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
The average automobile rolling off the assembly line has 30-40 networked ECUs. 16 million cars were sold in the US alone in 2004. Each of those ECUs runs software programmed in either assembly or C.<br>
<br>
That's 480-640 million computers that were sold through car dealerships. How many PCs are sold in the US every year? How many Severs?<br>
<br>
All you C#/VB/C&#43;&#43;/Java fanboys can continue to argue about whos bloatware is more bloated, while us real programmers write the tight, efficient assembly and C code which allows civilization to function.</div>
</blockquote>
<br>
<br>
<a href="http://www.windowsfordevices.com/news/NS4666205829.html">http://www.windowsfordevices.com/news/NS4666205829.html</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/bdd66166904e49838b219deb00e32cbb#bdd66166904e49838b219deb00e32cbb</link>
		<pubDate>Sat, 17 Sep 2005 22:06:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/bdd66166904e49838b219deb00e32cbb#bdd66166904e49838b219deb00e32cbb</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Detroit Muscle wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><br>
</td>
<td><br>
</td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
That's 480-640 million computers that were sold through car dealerships. How many PCs are sold in the US every year? How many Severs?<br>
<br>
All you C#/VB/C&#43;&#43;/Java fanboys can continue to argue about whos bloatware is more bloated, while us real programmers write the tight, efficient assembly and C code which allows civilization to function.</div>
</blockquote>
<br>
<br>
'Real programmers' <br>
<br>
Elitist alert.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/cff5fbc9ea4e47d1b9449deb00e32d27#cff5fbc9ea4e47d1b9449deb00e32d27</link>
		<pubDate>Sat, 17 Sep 2005 22:12:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/cff5fbc9ea4e47d1b9449deb00e32d27#cff5fbc9ea4e47d1b9449deb00e32d27</guid>
		<dc:creator>BenZila</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BenZila/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>JChung2006 wrote:</div>
<div>There are plenty of VB client applications running on business desktops all across the world, or maybe you've just chosen to selectively ignore the popularity of VB so that your 'C&#43;&#43; is more popular' view isn't shattered by pesky things like fact and reality.</div>
</blockquote>
VB.NET and C# are all well and good for custom business applications where you control the enviroment but how many shrinkwrap applications get build in them? Hell, even Microsoft does't release shrinkwrap applications which require the .Net Framework.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ef6a56be895d4bf196499deb00e32dc0#ef6a56be895d4bf196499deb00e32dc0</link>
		<pubDate>Sat, 17 Sep 2005 22:30:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ef6a56be895d4bf196499deb00e32dc0#ef6a56be895d4bf196499deb00e32dc0</guid>
		<dc:creator>ThomasAesir</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ThomasAesir/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>ThomasAesir wrote:</div>
<div>Hell, even Microsoft does't release shrinkwrap applications which require the .Net Framework.
</div>
</blockquote>
<br>
<br>
Errrm. Sparkle requires the .Net Framework.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/e13305c5e0f14642a65e9deb00e32e2f#e13305c5e0f14642a65e9deb00e32e2f</link>
		<pubDate>Sat, 17 Sep 2005 23:17:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/e13305c5e0f14642a65e9deb00e32e2f#e13305c5e0f14642a65e9deb00e32e2f</guid>
		<dc:creator>irascian</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/irascian/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>irascian wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><img></td>
<td><strong>ThomasAesir wrote:</strong><i> Hell, even Microsoft does't release shrinkwrap applications which require the .Net Framework.
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Errrm. Sparkle requires the .Net Framework.</div>
</blockquote>
<br>
I think he means the mainstream ones, not in beta. Like Office, MSN Messenger, SQL Server etc. Is Visual Studio written in C#? What Microsoft products are written in .NET 1.0/1.1?<br>
<br>
Where performance is a primary factor, .NET is not the best option. I doubt a database written in C# would ever outperform one written in C/C&#43;&#43;.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/1b6028d2b60c48a6b7e59deb00e32e9e#1b6028d2b60c48a6b7e59deb00e32e9e</link>
		<pubDate>Sat, 17 Sep 2005 23:54:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/1b6028d2b60c48a6b7e59deb00e32e9e#1b6028d2b60c48a6b7e59deb00e32e9e</guid>
		<dc:creator>sbc</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/sbc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>What have I done! Can we stop the thread please I want to get off! Comparing languages is like comparing (I need to watch my language) lengths.They all do the trick in there small way and one is really as good as another but some can get into nooks-and-cranny's
 better than others when pushed!Anyway, hey I'm an Architect, so I believe 'Abstraction' is going to take away most coding anyway some day any how.:PJust for the record Ian, I'm an old VB3 coder, from a C background (thats C on a Dec Vax). I got into OO by&nbsp;looking
 at the feature list of VB4 and going 'collection classes ... cool!', a humble start, sad but true.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/912cf62e2728403ab0bd9deb00e32f0d#912cf62e2728403ab0bd9deb00e32f0d</link>
		<pubDate>Sun, 18 Sep 2005 00:12:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/912cf62e2728403ab0bd9deb00e32f0d#912cf62e2728403ab0bd9deb00e32f0d</guid>
		<dc:creator>David Oliver</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sabot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div>java and it's .NET clone are bloat, plain and simple. There's no big deal when you run a service application and you own the hardware and can stock it with lots of memory but when it's redistributable, it's a bad idea. For embedded stuff it's an even worse
 idea.</div>
</blockquote>
<br>
<br>
Everything comes down to machine language anyway, whether it is a runtime (.NET) or a program written in C/C&#43;&#43;.&nbsp; .NET just adds layers of abstraction, and yes, it does have its place because it is often faster in terms of
<em>productivity</em> when creating apps.&nbsp; But it is not appropriate everywhere.&nbsp; Assembly language is usually the absolute fastest code, IF it is well written and optimized. However, it is not usually appropriate for huge programs like a word processing app
 where most of the work is done somewhere down inside of the Windows architecture where you have little control anyway.<br>
<br>
This is why there are hardly any books on <em>Windows</em> assembly language programming.&nbsp; Don't get me wrong, I love assembly, and always will, but there are times when it is not the best tool.<br>
<br>
I still prefer compiled languages over bytecode or interpreted languages anytime, tho.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/d6f43ee1f3e448298f689deb00e32f82#d6f43ee1f3e448298f689deb00e32f82</link>
		<pubDate>Sun, 18 Sep 2005 01:59:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/d6f43ee1f3e448298f689deb00e32f82#d6f43ee1f3e448298f689deb00e32f82</guid>
		<dc:creator>jsrfc58</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsrfc58/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div>True, BUT compile a small C program that sleeps for 10 secs, and check your resources while it's in main() sleeping, then compile the same program with C# and .NET, then you'll see that yes, both run CPU opcodes, obviously at the end of the road, but one
 compiles to much smaller more compact instruction sets and reserved memory than the other.</div>
</blockquote>
<br>
<br>
Yes, but that also depends upon which IDE/vendor implementation you use...whether it is Borland, gcc, VC6 or something else.<br>
<br>
And you could probably make it even tinier in assembly.<br>
<br>
Sounds like a contest idea...who can make the most compact program for a given function.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/839a2b8043a14d268e439deb00e33061#839a2b8043a14d268e439deb00e33061</link>
		<pubDate>Sun, 18 Sep 2005 03:25:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/839a2b8043a14d268e439deb00e33061#839a2b8043a14d268e439deb00e33061</guid>
		<dc:creator>jsrfc58</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsrfc58/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>jsrfc58 wrote:</div>
<div><br>
Sounds like a contest idea...who can make the most compact program for a given function.
<br>
</div>
</blockquote>
<br>
&nbsp;&nbsp;&nbsp; I recommend you to program in CPU instruction sets, no compilation is needed, no performance penalty will be encountered:p<br>
<br>
&nbsp;&nbsp;&nbsp; Sheva<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/dbec7e1ff3a6478787229deb00e33140#dbec7e1ff3a6478787229deb00e33140</link>
		<pubDate>Sun, 18 Sep 2005 03:30:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/dbec7e1ff3a6478787229deb00e33140#dbec7e1ff3a6478787229deb00e33140</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>sbc wrote:</div>
<div><br>
&nbsp;Is Visual Studio written in C#? <br>
</div>
</blockquote>
<br>
I believe part of Visual Studio.NET is written in managed code.<br>
<br>
<blockquote>
<div>sbc wrote:</div>
<div><br>
What Microsoft products are written in .NET 1.0/1.1?<br>
</div>
</blockquote>
<br>
AFAIK, there's none:(<br>
<br>
Sheva<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/2f14fd201c7542d380309deb00e330d0#2f14fd201c7542d380309deb00e330d0</link>
		<pubDate>Sun, 18 Sep 2005 03:31:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/2f14fd201c7542d380309deb00e330d0#2f14fd201c7542d380309deb00e330d0</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div>People are never going to be happy with .NET or C# once they learn C&#43;&#43; and realize their code takes up about 1000th of the memory footprint and runs about 10 times faster.<br>
<br>
It's just a fact. Beginner languages and frameworks are quickly outgrown. People are smarter than MS devs give them credit for.<br>
<br>
</div>
</blockquote>
<br>
Where is LeighSword? I think you find a comrade now:p<br>
<br>
Sheva<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/d45e32be4805450bbe159deb00e32ff1#d45e32be4805450bbe159deb00e32ff1</link>
		<pubDate>Sun, 18 Sep 2005 03:31:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/d45e32be4805450bbe159deb00e32ff1#d45e32be4805450bbe159deb00e32ff1</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>I started out writing assemblers in assembly as well as operating systems, I wouldn't do it today. The need for the ultimate in speed and compactness is rare (except scaling servers and video) now that processors are slightly faster than 1Mhz and don't
 have a 64k limit. Then you played games to write tighter and faster code, including nop instructions to hide an additional entry point.<br>
<br>
When you consider the likelyhood of error and the scale of today's applications you have to use a high level language. Current languages like C#, Java, C&#43;&#43;, C aren't really far from assembly in concept anyway. As an example available to you consider how much
 easier it is to create visualizations in XAML versus C&#43;&#43;.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/f64c937c6dcc47baa2b59deb00e331b1#f64c937c6dcc47baa2b59deb00e331b1</link>
		<pubDate>Sun, 18 Sep 2005 05:19:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/f64c937c6dcc47baa2b59deb00e331b1#f64c937c6dcc47baa2b59deb00e331b1</guid>
		<dc:creator>McDonald</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/McDonald/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>.NET and all that managed stuff&nbsp;are really nice though I have to agree that nothing compares to pure optimized and native compiled C/C&#43;&#43; code in terms of performance and memory use.<br>
It's the VM nature of .NET that bothers me. Many .NET developers&nbsp;think that JIT creates the same optimized machine code as a native compiler like C/C&#43;&#43;. Unfortunately that's not (yet) true.<br>
<br>
With .NET and C#, I really&nbsp;enjoy the fact I'm able to create rich GUI applications in less time, but that comes at a cost. Fortunately there is C&#43;&#43;/CLI that mix both managed and native - unmanaged code. Currently it is the only &quot;right&quot; tool for performance
 critical applications that have to access CLR.<br>
<br>
If only&nbsp;that was&nbsp;possible with C# ...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/f795e17bf70246dfa7c29deb00e33222#f795e17bf70246dfa7c29deb00e33222</link>
		<pubDate>Sun, 18 Sep 2005 06:51:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/f795e17bf70246dfa7c29deb00e33222#f795e17bf70246dfa7c29deb00e33222</guid>
		<dc:creator>sakisp</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/sakisp/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>clawing back onto topic <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br>
<br>
One of the &quot;selling&quot; points for generics where they were built into the language, a native part of the CLR unlike the java version, which is a compiler hack.<br>
<br>
To me var smells of a compiler hack as well. Not good. To me it looks like one of those things which will go into internal best practise lists as &quot;Do not use&quot;, as it's hard to maintain and hard to read.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/2ae2a8729ecf45c69adc9deb00e33292#2ae2a8729ecf45c69adc9deb00e33292</link>
		<pubDate>Sun, 18 Sep 2005 07:18:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/2ae2a8729ecf45c69adc9deb00e33292#2ae2a8729ecf45c69adc9deb00e33292</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>Personally I think that C# 2.0 is a great improvement on the existing C# language. But the stuff that is coming in C# 3.0 is a little weird.<br>
<br>
var x = new Person(); ?????<br>
<br>
Sounds like we are going back to the vb6.0 period. It not only looks dirty, but I think it will be&nbsp;a huge source of trouble.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/143dd8b800284e3785fa9deb00e332fe#143dd8b800284e3785fa9deb00e332fe</link>
		<pubDate>Sun, 18 Sep 2005 10:59:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/143dd8b800284e3785fa9deb00e332fe#143dd8b800284e3785fa9deb00e332fe</guid>
		<dc:creator>Willem Meints</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WillemM/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>First&nbsp;.NET killed applications performance, now C#&nbsp;tries hard&nbsp;to be the next ...SQL and VB.NET mimics C#, C&#43;&#43;/CLI is now a JITed (<strike>native</strike>) compiler that &quot;just works&quot; (!), WPF is the future GUI but we have to use Winforms until its finished.
 Then we have Microsoft who use&nbsp;none of the above <em>&quot;innovations&quot;</em> in Vista or Office12. Great... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-7.gif' alt='Perplexed' /></p>
<p>I wonder what else will happen to developers in the future.&nbsp;BTW a crystal ball is a necessary programmer's gadget...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/268af4fd64be4e97944a9deb00e33370#268af4fd64be4e97944a9deb00e33370</link>
		<pubDate>Sun, 18 Sep 2005 11:40:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/268af4fd64be4e97944a9deb00e33370#268af4fd64be4e97944a9deb00e33370</guid>
		<dc:creator>sakisp</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/sakisp/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>WillemM wrote:</div>
<div><br>
Personally I think that C# 2.0 is a great improvement on the existing C# language. But the stuff that is coming in C# 3.0 is a little weird.<br>
<br>
var x = new Person(); ?????<br>
<br>
Sounds like we are going back to the vb6.0 period. It not only looks dirty, but I think it will be a huge source of trouble.<br>
</div>
</blockquote>
<br>
&nbsp;&nbsp;&nbsp; OMG, the keyword var here let me think of javascript now, it's a weakly typed language, and sometimes quite tedious to program in.<br>
&nbsp;&nbsp;&nbsp; Anders, var is really really a baaaaaaaaaaaaaaaad idea:(<br>
&nbsp; &nbsp;<br>
&nbsp;&nbsp;&nbsp; Sheva</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/a17b60d0de3947019d0f9deb00e333e4#a17b60d0de3947019d0f9deb00e333e4</link>
		<pubDate>Sun, 18 Sep 2005 11:59:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/a17b60d0de3947019d0f9deb00e333e4#a17b60d0de3947019d0f9deb00e333e4</guid>
		<dc:creator>Zhou Yong</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/footballism/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p>The difference is, that this var is a strongly typed var: if you say 'var x = 3;', the type of x will be int, and will not be able to change. Even Intellisense will detect that x is an int. I think it's nice that we can type &quot;var myDict = new Dictionary();&quot;
 instead of &quot;Dictionary myDict = new Dictionary();&quot;. It doesn't make C# weakly typed.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ce94dbe70c40403da7d69deb00e33455#ce94dbe70c40403da7d69deb00e33455</link>
		<pubDate>Sun, 18 Sep 2005 12:34:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/ce94dbe70c40403da7d69deb00e33455#ce94dbe70c40403da7d69deb00e33455</guid>
		<dc:creator>Tommy Carlier</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/TommyCarlier/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>Beer28 wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>jsrfc58 wrote:</strong> <i><br>
Everything comes down to machine language anyway, whether it is a runtime (.NET) or a program written in C/C&#43;&#43;.&nbsp;
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
True, BUT compile a small C program that sleeps for 10 secs, and check your resources while it's in main() sleeping, then compile the same program with C# and .NET, then you'll see that yes, both run CPU opcodes, obviously at the end of the road, but one compiles
 to much smaller more compact instruction sets and reserved memory than the other.<br>
</div>
</blockquote>
<br>
<br>
Certainly, however if you need a complex program done in reasonable amount of time and cost, how would that compare? Or are you claiming that a program that sleeps for x secs should be used as reference in this case too? There will be a time&nbsp;when people start
 to expect a bit more from their &quot;simple programs&quot; - imagine the Star Trek ship computer. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/4ad1efea4d49463a8e8d9deb00e334cd#4ad1efea4d49463a8e8d9deb00e334cd</link>
		<pubDate>Sun, 18 Sep 2005 13:53:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/4ad1efea4d49463a8e8d9deb00e334cd#4ad1efea4d49463a8e8d9deb00e334cd</guid>
		<dc:creator>androidi</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/androidi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - A Petition to &#39;Save&#39; C# !!!</title>
		<description><![CDATA[<p><blockquote>
<div>sbc wrote:</div>
<div>
<blockquote>
<table>
</table>
</blockquote>
&nbsp;What Microsoft products are written in .NET 1.0/1.1?<br>
<br>
</div>
</blockquote>
<br>
<br>
Ok, I'll bite.&nbsp; What is ASP.NET for $2000, alex?&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/34287a3752c84ae282939deb00e3356b#34287a3752c84ae282939deb00e3356b</link>
		<pubDate>Sun, 18 Sep 2005 22:07:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/113738-A-Petition-to-Save-C-/34287a3752c84ae282939deb00e3356b#34287a3752c84ae282939deb00e3356b</guid>
		<dc:creator>marlowe</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/marlowe/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>