<?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"
	>
<channel>
	<title>Comments on: John Kaster&#8217;s Diamondback talk</title>
	<atom:link href="http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Thu, 20 Nov 2008 17:03:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Joe White's Blog</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4237</link>
		<dc:creator>Joe White's Blog</dc:creator>
		<pubDate>Tue, 26 Oct 2004 22:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4237</guid>
		<description>&lt;strong&gt;WatchCat&lt;/strong&gt;


</description>
		<content:encoded><![CDATA[<p><strong>WatchCat</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xluke</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4236</link>
		<dc:creator>xluke</dc:creator>
		<pubDate>Tue, 14 Sep 2004 23:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4236</guid>
		<description>&lt;strong&gt;John Kaster's Diamondback Talk&lt;/strong&gt;

Ping Back??:blog.csdn.net
</description>
		<content:encoded><![CDATA[<p><strong>John Kaster&#8217;s Diamondback Talk</strong></p>
<p>Ping Back??:blog.csdn.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4228</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Tue, 14 Sep 2004 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4228</guid>
		<description>The nearest equivalent in WinForms is the Component. You can create all of those you want.&lt;br&gt;&lt;br&gt;The only real difference is, Components don't have global instances like TDataSets do. So if you use those global TDataModule references (e.g., if you're using the designer to hook controls on your form to a dataset in the data module), you'll have to do that in code.&lt;br&gt;&lt;br&gt;But if you follow good OO coding practices and create datamodules when you need them (instead of using the global reference), you can use Components as a replacement for TDataModule.
</description>
		<content:encoded><![CDATA[<p>The nearest equivalent in WinForms is the Component. You can create all of those you want.</p>
<p>The only real difference is, Components don&#8217;t have global instances like TDataSets do. So if you use those global TDataModule references (e.g., if you&#8217;re using the designer to hook controls on your form to a dataset in the data module), you&#8217;ll have to do that in code.</p>
<p>But if you follow good OO coding practices and create datamodules when you need them (instead of using the global reference), you can use Components as a replacement for TDataModule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4227</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Tue, 14 Sep 2004 08:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4227</guid>
		<description>It has, but there is non with WinForms....
</description>
		<content:encoded><![CDATA[<p>It has, but there is non with WinForms&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4234</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Mon, 13 Sep 2004 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4234</guid>
		<description>Hallvard: I'm just reporting what came up in the session. No offense to Danny was intended, I'm sure. :-P&lt;br&gt;&lt;br&gt;Kurt: Haven't heard anything about that. (I didn't even know there was a problem on this. Does VCL for .NET not have a TDataModule?)
</description>
		<content:encoded><![CDATA[<p>Hallvard: I&#8217;m just reporting what came up in the session. No offense to Danny was intended, I&#8217;m sure. <img src='http://blog.excastle.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>Kurt: Haven&#8217;t heard anything about that. (I didn&#8217;t even know there was a problem on this. Does VCL for .NET not have a TDataModule?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4233</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Mon, 13 Sep 2004 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4233</guid>
		<description>Any news on the datamodule? Will there be a .net datamodule i Diamondback?
</description>
		<content:encoded><![CDATA[<p>Any news on the datamodule? Will there be a .net datamodule i Diamondback?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hallvard Vassbotn</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4232</link>
		<dc:creator>Hallvard Vassbotn</dc:creator>
		<pubDate>Mon, 13 Sep 2004 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4232</guid>
		<description>&#62; Doesn't go through the compiler, so it's very fast&lt;br&gt;&lt;br&gt;Ouch, better hope Danny won't catch you... ;)
</description>
		<content:encoded><![CDATA[<p>&gt; Doesn&#8217;t go through the compiler, so it&#8217;s very fast</p>
<p>Ouch, better hope Danny won&#8217;t catch you&#8230; <img src='http://blog.excastle.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4231</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Sun, 12 Sep 2004 21:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4231</guid>
		<description>True, but keep in mind that Danny mentioned there'd be another release in the Whidbey timeframe. We can hold out hope of a few of those making it into that release.
</description>
		<content:encoded><![CDATA[<p>True, but keep in mind that Danny mentioned there&#8217;d be another release in the Whidbey timeframe. We can hold out hope of a few of those making it into that release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4230</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Sun, 12 Sep 2004 20:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4230</guid>
		<description>-Not in Diamondback/Win32 (but maybe in future Win32 compilers):&lt;br&gt;&lt;br&gt;    * Nested types&lt;br&gt;    * Records with methods&lt;br&gt;    * Operator overloading&lt;br&gt;    * Custom attributes&lt;br&gt;    * Generics&lt;br&gt;    * Multicast events&lt;br&gt;&lt;br&gt;Bad to hear that :-((((&lt;br&gt;Especially &#34;Operator overloading&#34; and &#34;Generics&#34;.
</description>
		<content:encoded><![CDATA[<p>-Not in Diamondback/Win32 (but maybe in future Win32 compilers):</p>
<p>    * Nested types<br />
<br />    * Records with methods<br />
<br />    * Operator overloading<br />
<br />    * Custom attributes<br />
<br />    * Generics<br />
<br />    * Multicast events</p>
<p>Bad to hear that :-((((<br />
<br />Especially &quot;Operator overloading&quot; and &quot;Generics&quot;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick's Delphi Blog</title>
		<link>http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4235</link>
		<dc:creator>Nick's Delphi Blog</dc:creator>
		<pubDate>Sun, 12 Sep 2004 19:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/09/12/john-kasters-diamondback-talk/#comment-4235</guid>
		<description>&lt;strong&gt;Sunday at Borcon&lt;/strong&gt;


</description>
		<content:encoded><![CDATA[<p><strong>Sunday at Borcon</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
