<?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>Overheard in the tech blogosphere &#187; .NET</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/overheard/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/overheard</link>
	<description>A Whatis.com blog</description>
	<lastBuildDate>Tue, 04 Jun 2013 13:36:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Overheard: Microsoft Cosmos</title>
		<link>http://itknowledgeexchange.techtarget.com/overheard/overheard-microsoft-cosmos/</link>
		<comments>http://itknowledgeexchange.techtarget.com/overheard/overheard-microsoft-cosmos/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 12:44:33 +0000</pubDate>
		<dc:creator>Margaret Rouse</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/overheard/overheard-microsoft-cosmos/</guid>
		<description><![CDATA[Unlike most OSes,   Cosmos doesn’t run on the bare metal of machines. Rather, it’s a virtualized OS that runs within the .NET container, intended to support .NET-based languages (particularly C#) that are also resident on the .NET container. Joe McKendrick,  A New OS is Born Channel 8 has step-by-step directions for downloading and making Cosmos work [...]]]></description>
				<content:encoded><![CDATA[<table border="0" cellPadding="5" cellSpacing="5">
<tr>
<td><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/8/files/2008/04/microsoft.jpg" alt="microsoft.jpg" /></td>
<td><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/8/files/2008/04/keyboard.gif" title="keyboard.gif"></a><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/8/files/2008/04/cosmos.jpg" title="cosmos.jpg"></a>Unlike most OSes,   <a target="_blank" href="http://gocosmos.org/"><strong>Cosmos</strong></a> doesn’t run on the bare metal of machines. Rather, it’s a virtualized OS that runs within the .NET container, intended to support .NET-based languages (particularly C#) that are also resident on the .NET container.</p>
<p>Joe McKendrick,  <a rel="bookmark" href="http://www.dbta.com/blogs/mckendrick/?p=21">A New OS is Born</a></td>
</tr>
</table>
<p>Channel 8 has <a href="http://channel8.msdn.com/Posts/Cosmos-the-C-OS-that-you-can-play-with/">step-by-step directions</a> for downloading and making Cosmos work on your PC. </p>
<p><a href="http://channel8.msdn.com/Posts/Cosmos-the-C-OS-that-you-can-play-with/"></a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/overheard/overheard-microsoft-cosmos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overheard: The multiple implementations of Python</title>
		<link>http://itknowledgeexchange.techtarget.com/overheard/overheard-the-multiple-implementations-of-python/</link>
		<comments>http://itknowledgeexchange.techtarget.com/overheard/overheard-the-multiple-implementations-of-python/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 13:02:24 +0000</pubDate>
		<dc:creator>Margaret Rouse</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CPython]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/overheard/overheard-the-multiple-implementations-of-python/</guid>
		<description><![CDATA[First a little background to help explain some of the terms, etc. &#8220;Python&#8221; is a language, similar to how &#8220;Java&#8221; is a language; unlike Java wherein the language is also relatively synonymous with the actual implementation of that language, Python has multiple implementations. If you&#8217;ve run python(1) from the command line, you&#8217;re most likely running [...]]]></description>
				<content:encoded><![CDATA[<table border="0" cellPadding="5" cellSpacing="5">
<tr>
<td><img width="132" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/8/files/2008/02/rtylerbalance.jpg" alt="rtylerbalance.jpg" height="188" /></td>
<td>First a little background to help explain some of the terms, etc. &#8220;Python&#8221; is a language, similar to how &#8220;Java&#8221; is a language; unlike Java wherein the language is also relatively synonymous with the actual <em>implementation</em> of that language, Python has multiple implementations. If you&#8217;ve run python(1) from the command line, you&#8217;re most likely running the CPython implementation of the Python language, in effect, Python implemented in C. Other implementations of Python exist, like <a target="_blank" href="http://www.jython.org/">Jython</a> (implemented on top of the Java virtual machine), <a target="_blank" href="http://codespeak.net/pypy">PyPy</a> (Python implemented in Python), and <a target="_blank" href="http://www.codeplex.com/ironpython">IronPython</a> (Python implemented on top of the .NET CLR).</p>
<p>R. Tyler Ballance, <a href="http://www.unethicalblogger.com/posts/r_tyler_ballance/comparing_ironpython_and_cpython">Comparing IronPython and CPython</a></td>
</tr>
</table>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/overheard/overheard-the-multiple-implementations-of-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overheard: LINQ is like object-oriented programming</title>
		<link>http://itknowledgeexchange.techtarget.com/overheard/overheard-linq-is-like-object-oriented-programming/</link>
		<comments>http://itknowledgeexchange.techtarget.com/overheard/overheard-linq-is-like-object-oriented-programming/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 14:18:14 +0000</pubDate>
		<dc:creator>Margaret Rouse</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/overheard/overheard-linq-is-like-object-oriented-programming/</guid>
		<description><![CDATA[LINQ is an object-oriented revolution for data, because it, like object-oriented programming, allows programmers to write code that is more like the way people think. Patrick Hynds, as quoted in Does .NET With LINQ Beat Java?]]></description>
				<content:encoded><![CDATA[<table border="0" cellpadding="5" cellspacing="5">
<tr>
<td><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/8/files/2008/02/patrick_hynds.jpg" alt="patrick_hynds.jpg" /></td>
<td>LINQ is an object-oriented revolution for data, because it, like object-oriented programming, allows programmers to write code that is more like the way people think.</p>
<p>Patrick Hynds, as quoted in <a href="http://www.sdtimes.com/article/latestnews-20080115-20.html">Does .NET With LINQ Beat Java?</a></td>
</tr>
</table>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/overheard/overheard-linq-is-like-object-oriented-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
