<?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: Comments on the survey #3: .NET</title>
	<atom:link href="http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Sat, 11 Oct 2008 10:05:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Marcel Popescu</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6779</link>
		<dc:creator>Marcel Popescu</dc:creator>
		<pubDate>Sat, 15 Mar 2008 20:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6779</guid>
		<description>I have used Borland's Pascal since Turbo Pascal 3.0 on CP/M. I've always been a fan, against any other language... until Delphi 6. Delphi 7 was better, and then came Delphi 8.

I am now a happy C# user. Yea, someday I'll try Chrome, but I don't think I care about Borland anymore. They started it.</description>
		<content:encoded><![CDATA[<p>I have used Borland&#8217;s Pascal since Turbo Pascal 3.0 on CP/M. I&#8217;ve always been a fan, against any other language&#8230; until Delphi 6. Delphi 7 was better, and then came Delphi 8.</p>
<p>I am now a happy C# user. Yea, someday I&#8217;ll try Chrome, but I don&#8217;t think I care about Borland anymore. They started it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry J</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6248</link>
		<dc:creator>Barry J</dc:creator>
		<pubDate>Thu, 28 Feb 2008 11:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6248</guid>
		<description>Having used C# for two years now, I don't even see the advantage of having a Delphi plug for VS.

C# is Borland's Pascal with all the modern conveniences and none of the bother. Cross compiling problems are not just the language itself, it's the RTL and how it works.

I shall continue to use Delphi for Win32 applications, altho' with the announcement that Win95/8-WinME will not be supported may mean going back from D2007 to D7 again (at least the Help is there)

In fact, I would jump at a C# for Win32 compiler!</description>
		<content:encoded><![CDATA[<p>Having used C# for two years now, I don&#8217;t even see the advantage of having a Delphi plug for VS.</p>
<p>C# is Borland&#8217;s Pascal with all the modern conveniences and none of the bother. Cross compiling problems are not just the language itself, it&#8217;s the RTL and how it works.</p>
<p>I shall continue to use Delphi for Win32 applications, altho&#8217; with the announcement that Win95/8-WinME will not be supported may mean going back from D2007 to D7 again (at least the Help is there)</p>
<p>In fact, I would jump at a C# for Win32 compiler!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6227</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 27 Feb 2008 16:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6227</guid>
		<description>I'm not sure what you mean by "arrow and home/end keys". Delphi's behavior with respect to cursor keys is pretty standard.

And regarding .obj files, Delphi doesn't really use obj files. I'm guessing you're talking about C++Builder? (I've never really used it, so don't know much about it.)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean by &#8220;arrow and home/end keys&#8221;. Delphi&#8217;s behavior with respect to cursor keys is pretty standard.</p>
<p>And regarding .obj files, Delphi doesn&#8217;t really use obj files. I&#8217;m guessing you&#8217;re talking about C++Builder? (I&#8217;ve never really used it, so don&#8217;t know much about it.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogi Yang</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6225</link>
		<dc:creator>Yogi Yang</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6225</guid>
		<description>I totally agree with you.

Delphi's IDE is pathetic as best, the code editor is also the worst case of a an editor that I have seen to date. It does not follow any fundamental working behavior that is built into windows like navigating cursor using arrow and home/end keys. It is really a headache .

CG should adopt the policy of RemObjects and build only the compiler which works along with VS and let VS handle the rest as they are very bad in developing a good, stable and usable UI.

In fact they have selected the wrong architecture right from the first by following the non standard file format for .OBJ files. They should have adopted the then universally acclaimed .COFF standard for their .OBJ files.

It is this blunder that is really costing them....</description>
		<content:encoded><![CDATA[<p>I totally agree with you.</p>
<p>Delphi&#8217;s IDE is pathetic as best, the code editor is also the worst case of a an editor that I have seen to date. It does not follow any fundamental working behavior that is built into windows like navigating cursor using arrow and home/end keys. It is really a headache .</p>
<p>CG should adopt the policy of RemObjects and build only the compiler which works along with VS and let VS handle the rest as they are very bad in developing a good, stable and usable UI.</p>
<p>In fact they have selected the wrong architecture right from the first by following the non standard file format for .OBJ files. They should have adopted the then universally acclaimed .COFF standard for their .OBJ files.</p>
<p>It is this blunder that is really costing them&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6224</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6224</guid>
		<description>Francis: Sorry about that; I haven't worked around all the IE bugs yet. It's fine if you look at the blog's &lt;a href="http://blog.excastle.com/" rel="nofollow"&gt;main page&lt;/a&gt;, or if you use a less-buggy browser like FireFox. I'll try to track down the problem when I get a chance.</description>
		<content:encoded><![CDATA[<p>Francis: Sorry about that; I haven&#8217;t worked around all the IE bugs yet. It&#8217;s fine if you look at the blog&#8217;s <a href="http://blog.excastle.com/" rel="nofollow">main page</a>, or if you use a less-buggy browser like FireFox. I&#8217;ll try to track down the problem when I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Ruiz</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6223</link>
		<dc:creator>Francisco Ruiz</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6223</guid>
		<description>For me is impossible to read your blog because the navigation panel is over the text, for example I only can read in the title "nts on the survey #3: .NET" I'm using internet explorer 6.0

Thanks
Francis</description>
		<content:encoded><![CDATA[<p>For me is impossible to read your blog because the navigation panel is over the text, for example I only can read in the title &#8220;nts on the survey #3: .NET&#8221; I&#8217;m using internet explorer 6.0</p>
<p>Thanks<br />
Francis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brandsma</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6216</link>
		<dc:creator>Chris Brandsma</dc:creator>
		<pubDate>Wed, 27 Feb 2008 02:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6216</guid>
		<description>Well, if they hae the experience with Eclipse already, why not port Delphi to Eclipse.  I don't see an inherent benefit to porting things to Visual Studio.</description>
		<content:encoded><![CDATA[<p>Well, if they hae the experience with Eclipse already, why not port Delphi to Eclipse.  I don&#8217;t see an inherent benefit to porting things to Visual Studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lex Y. Li</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6214</link>
		<dc:creator>Lex Y. Li</dc:creator>
		<pubDate>Wed, 27 Feb 2008 01:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6214</guid>
		<description>JBuilder moves from PrimeTime IDE to Eclipse core, and it shines. So wonder what would happen if Delphi moves from Galileo to Visual Studio Shell. I don't like the idea of making a VS plug in for Delphi .NET. If time is right, why not moving Delphi for Win32, C++Builder to VS Shell because VS Shell is a free RCP platform.</description>
		<content:encoded><![CDATA[<p>JBuilder moves from PrimeTime IDE to Eclipse core, and it shines. So wonder what would happen if Delphi moves from Galileo to Visual Studio Shell. I don&#8217;t like the idea of making a VS plug in for Delphi .NET. If time is right, why not moving Delphi for Win32, C++Builder to VS Shell because VS Shell is a free RCP platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John E</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6210</link>
		<dc:creator>John E</dc:creator>
		<pubDate>Tue, 26 Feb 2008 23:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6210</guid>
		<description>This is a tough pill to swallow, but all your points appear to be accurate.  It was interesting to see on the survey that CodeGear asked if a Delphi plug in for Visual Studio would be a product that would draw our dollars.  Judging from the technology gap and the lack of resources at CodeGear... this maybe the only option to grow an uptodate .NET flavor of Delphi.  Time will tell, but I would love to see CodeGear do the VS plug in.</description>
		<content:encoded><![CDATA[<p>This is a tough pill to swallow, but all your points appear to be accurate.  It was interesting to see on the survey that CodeGear asked if a Delphi plug in for Visual Studio would be a product that would draw our dollars.  Judging from the technology gap and the lack of resources at CodeGear&#8230; this maybe the only option to grow an uptodate .NET flavor of Delphi.  Time will tell, but I would love to see CodeGear do the VS plug in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6208</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 26 Feb 2008 21:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2008/02/26/comments-on-the-survey-3-net/#comment-6208</guid>
		<description>I have to agree. While Delphi is still great for native windows GUI applications, it is a total non-starter for .NET development. As 90% of my development is web now and not fat client Delphi is not even an option. As much as I have loved Borland and Delphi in the past, my connection is not so strong I can live with being several years behind MS in supporting the latest features. Exciting things are happening with .NET, the new version 3.5 is terrific. Unfortunately Delphi users may be years away from trying them out (if ever).</description>
		<content:encoded><![CDATA[<p>I have to agree. While Delphi is still great for native windows GUI applications, it is a total non-starter for .NET development. As 90% of my development is web now and not fat client Delphi is not even an option. As much as I have loved Borland and Delphi in the past, my connection is not so strong I can live with being several years behind MS in supporting the latest features. Exciting things are happening with .NET, the new version 3.5 is terrific. Unfortunately Delphi users may be years away from trying them out (if ever).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
