<?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>Comment Feed for Channel 9 - Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<link></link>
	</image>
	<description>Eric Lippert, Microsoft&#39;s &amp;quot;scripting guy,&amp;quot; opines on what makes .NET better than, say, old-style Visual C&amp;#43;&amp;#43;.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 10:35:48 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 10:35:48 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[
<p>For writing &quot;ordinary&quot; applications, fine. Rock on, .NET.<br>
<br>
But any time we need to write a complex, speed-sensitive subsystem, whether an OS emulator, a game, a 3D modeller, or anything else of sufficient size,
<em>the performance demanded by consumers</em>&nbsp;will always lie somewhere between&nbsp;the best that .NET can give us and the absolute limits of the machine.&nbsp; And that's why we will always need &quot;open reign on the 32-bit memory space&quot;, right up until the unlikely
 moment that .NET is hardcoded in hardware.<br>
</p>
<p>posted by electricninja</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632169036200000000</link>
		<pubDate>Wed, 07 Apr 2004 03:00:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632169036200000000</guid>
		<dc:creator>electricninja</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[Electricninja wrote<br>
<br>
<em>But any time we need to write a complex, speed-sensitive subsystem, whether an OS emulator, a game, a 3D modeller...<br>
<br>
</em>This is true perhaps but most applications, indeed most of the applications where the kind of problems caused by forgetting to free some memory, or not checking that you have enough room for the stream of data, or even making sure that you are reading
 the stuff you think you are reading, are not overly complex or speed sensitive, or an os emulator, or a 3d modeler, or for that matter a game. They are the run of the mill 'CRUD' (Create, Update, and Delete) applications that act as the glue holding together
 almost everything in the modern day business world.<br>
&nbsp;<br>
These applications, the ones that often enough need to be maintained on a weekly basis as they are asked to do new things in different ways.
<br>
<br>
These are the applications that benefit from code management. Shaving boatloads of time from their management cycles, making it feasable to have customization available to small and mid sized&nbsp;busines again.&nbsp;<br>
<br>
You are right, run of the mill applications, the boring stuff that 99% of us work with day in and out. Managed code is just what the doctor ordered.<br>
<br>
my 2c&nbsp;<p>posted by Lwatson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632169804620000000</link>
		<pubDate>Thu, 08 Apr 2004 00:21:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632169804620000000</guid>
		<dc:creator>Lwatson</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[Need a tripod please, or a warning: &quot;hand-held footage, take your anti-nausea pills now!&quot;<p>posted by AnitaR</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632169861780000000</link>
		<pubDate>Thu, 08 Apr 2004 01:56:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632169861780000000</guid>
		<dc:creator>AnitaR</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[<em>&quot;Isn't .NET cool because you don't need to know a lot about how the underlying system works?&quot;<br>
<br>
</em>It's cool because it enables me to <strong>choose</strong> if I want to ignore things I may&nbsp;not care about at that time.
<br>
<br>
I found Java much more restrictive in this way back in its early days. It felt much more like do it their way&nbsp;- not at all. With the InterOP I can choose. COM and Win32 is still&nbsp;down there, somewhere.&nbsp;<br>
<br>
In most business applications the majority of surprises are of the kind - &quot;Wow!&nbsp;It will take care of that for me too?&quot; I just love it.<br>
<br>
/Lars.<p>posted by lars</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632170106590000000</link>
		<pubDate>Thu, 08 Apr 2004 08:44:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632170106590000000</guid>
		<dc:creator>lars</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[Oh, great idea! Can I look forward to more memory leaks, unnessary resource gobbling, and fragemented stacks?<br>
<br>
Guess there is only one more solution for that, more hardware, more to spend money!<br>
<br>
Sometimes more innovation is more choking. Fine, give us the option, but we also want the option to get into the nitty gitty hardare if we
<strong>need</strong> to.<br>
<br>
Its a great beginners tool, not an expert tool.<p>posted by codeRonin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632170364960000000</link>
		<pubDate>Thu, 08 Apr 2004 15:54:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632170364960000000</guid>
		<dc:creator>codeRonin</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[Sorry, that was our first interview and we were trying out different things. You'll see in other videos that I do, indeed, use a tripod.<p>posted by scobleizer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632170376470000000</link>
		<pubDate>Thu, 08 Apr 2004 16:14:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632170376470000000</guid>
		<dc:creator>scobleizer</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[
<p>I dont agree with some of the arguments presented. <br>
The .net arcitechture as such are not slower than native c or c&#43;&#43; code, but the current implementation is..
<br>
Your code dont execute directly on the hardware. Its managed by a &quot;man in the middle&quot;, the jit compiler during runtime. And thats why you have the 10 % or so, performance hit.
<br>
Microsoft actually has some of the componets in the gac precompiled to native code suited for your<br>
underlaying hardware..You can argue that precomileing makes a less versetile system, cuz if your precompiled component relies on 3 other components, and one of those breakes&nbsp; your precomiled component are made useless.(windows update)<br>
But as I see it, this is the direction of the .net execution model for the future.
</p>
<p>Second. The .net runtime knows more about the underlaying hardware than usual c and c&#43;&#43; compilers, and can in theory produce faster code than a c/c&#43;&#43; compilers today.<br>
That is years off, but the arcitechture supports it. </p>
<p>Third, the argument that a c/c&#43;&#43; programmer automatically produce faster and better code than .net programmer is false.
<br>
There is few programmers that actually posess memory optimization knowlege on a high level. And those who do,&nbsp;are much less productive than a &quot;normal&quot; .net programmer.
<br>
And when you know that 85% of development projects are not finished in due time, most companies will perfer cutting costs with less development time with .net<br>
<br>
Forth, .net does not exclude the underlaying hardware. You can use it directly with managed c&#43;&#43; and c#.
</p>
<p>Fifth, 85 % of web applications has buffer overflows and for each hotfix one issue, 3 more errors will be introduced.<br>
Costs will be less with a safer execution model. </p>
<p>Sixt, the desktop machines of today are fat clients with speed and memory just waiting to be used.
<br>
So here it is..and people are complaining of speed issues.<br>
<br>
But there is no such thing as free lunch..So yea, today .net are slower. Ultimatly the project design and choosing the right tools for the right job wil decide.</p>
<p>posted by prog_dotnet</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632172493460000000</link>
		<pubDate>Sun, 11 Apr 2004 03:02:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632172493460000000</guid>
		<dc:creator>prog_dotnet</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[
<p><em>&quot;</em><a id="template__ctl0_Createeditpost1_PostForm_ReplySubject" href="http://channel9.msdn.com/ShowPost.aspx?PostID=165"><strong><em>Eric Lippert - Isn't .NET cool because you don't need to know a lot about how the underlying system works?</em></strong></a><em>&quot;</em><br>
<br>
Furthermore, I bevelieve Don Box has mentioned somewhere that, the main job of a programmer is to create more and more abstractions on top of existing ones.
<br>
<br>
The .NET framework has done programmers the favor in abstracting a lot of&nbsp;the Hardware from our code consequently production will increase as control over the underlying systems decreases. I believe this is great since history may be able to repeat itself again.
 Remember when thousands of transistors together used to be public available in a circuit? Now they are all abstracted and closed in an IC lowering cost of manufactoring and increasing productivity. I strongly believe that managed code may also abstract underlying
 systems (or logical systems) in order to increase productivity or maybe even field replacement, who knows?<br>
<br>
Erick.</p>
<p>posted by ErickS</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632172592570000000</link>
		<pubDate>Sun, 11 Apr 2004 05:47:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632172592570000000</guid>
		<dc:creator>ErickS</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[
<blockquote>
<div>AnitaR wrote:</div>
<div>Need a tripod please, or a warning: &quot;hand-held footage, take your anti-nausea pills now!&quot;</div>
</blockquote>
<br>
<br>
I disagree!<br>
<br>
The rawness of this format gives the viewer a real sense of being in the room.<br>
<br>
I love it!<p>posted by Clarke</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632203434420000000</link>
		<pubDate>Sun, 16 May 2004 22:30:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632203434420000000</guid>
		<dc:creator>Clarke</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[I'll put my vote with you - the handheld is very personable.&nbsp; Now, if i were watching these videos with VR goggles...that might be different, but on a tiny media player screen I think i'll be able to handle it. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><p>posted by bugsy_malone</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632206611060000000</link>
		<pubDate>Thu, 20 May 2004 14:45:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632206611060000000</guid>
		<dc:creator>bugsy_malone</dc:creator>
	</item>
	<item>
		<title>Re: Eric Lippert - Isn&#39;t .NET cool because you don&#39;t need to know a lot about how the underlying system </title>
		<description>
			<![CDATA[
<blockquote>
<div>ErickS wrote:</div>
<div>
<p><em>&quot;</em><a id="template__ctl0_Createeditpost1_PostForm_ReplySubject" href="http://channel9.msdn.com/ShowPost.aspx?PostID=165"><strong><em>Eric Lippert - Isn't .NET cool because you don't need to know a lot about how the underlying system works?</em></strong></a><em>&quot;</em><br>
<br>
Furthermore, I bevelieve Don Box has mentioned somewhere that, the main job of a programmer is to create more and more abstractions on top of existing ones.
<br>
<br>
The .NET framework has done programmers the favor in abstracting a lot of&nbsp;the Hardware from our code consequently production will increase as control over the underlying systems decreases. I believe this is great since history may be able to repeat itself again.
 Remember when thousands of transistors together used to be public available in a circuit? Now they are all abstracted and closed in an IC lowering cost of manufactoring and increasing productivity. I strongly believe that managed code may also abstract underlying
 systems (or logical systems) in order to increase productivity or maybe even field replacement, who knows?<br>
<br>
Erick.</p>
</div>
</blockquote>
<br>
<br>
You are spot on.<br>
<br>
<br>
Charles<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632207632410000000</link>
		<pubDate>Fri, 21 May 2004 19:07:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Eric-Lippert-Isnt-NET-cool-because-you-dont-need-to-know-a-lot-about-how-the-underlying-system#c632207632410000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
</channel>
</rss>