473,782 Members | 2,485 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Delphi .Net Vs C# .NEt

I'm looking for a comparsion of C# to Delphi .net. My company is about
to begin the process of reengineering a Delphi tightly coupled win32
app and a Older Java webclient that uses JSP over to an ASP.net app.
We are trying to decide if it will be easier just to port some of our
code over to Delphi .net or just to re-write the entire thing in C#.
From what I've seen at the borland confernce the new Borland IDE looks
a lot like the MS .NET IDE. One of the issues is that we have members
of the team that are strong supporters of Delphi and others that are
JAVA and C#. So we are having a hard time deciding which way would be
the best for the future of the app. What I'm looking for is some
"Un-bias" documentation I can share with the group to try and help us
make the decision. One of the concerns about going with Delphi is the
release date of Diamonback which may not be until next year and we
need to start on this by the end of the year. Any information on this
ould be greatly appreciated
TIA,
Greg
Nov 16 '05 #1
9 5554
Well, the one thing I do know for certain, is that a lot of the IDE was
licensed code from Microsoft's product (which is why it looks so familiar).

Honestly though, I think you'll be quarreling over tiny details. Overall, C#
and Delphi for .NET are pretty similar in capabilities. Most of the heavy
lifting is actually done by the .NET runtime, which both share. It's
possible that the deciding factor is more or less the comfort level the team
has as a whole with one language or the other.

I used Borland products for ages (actually started my major programming
efforts with Turbo Pascal, Turbo C++, and Assembler). In terms of Delphi,
it's always been a strong product, but my major "con" for it has always been
that in the Windows world, they always seem to be a step or two behind. It's
to be expected considering MS is making all the rules, but there you have
it.

-Rob Teixeira

"Gclinton" <gc********@msn .com> wrote in message
news:35******** *************** ***@posting.goo gle.com...
I'm looking for a comparsion of C# to Delphi .net. My company is about
to begin the process of reengineering a Delphi tightly coupled win32
app and a Older Java webclient that uses JSP over to an ASP.net app.
We are trying to decide if it will be easier just to port some of our
code over to Delphi .net or just to re-write the entire thing in C#.
From what I've seen at the borland confernce the new Borland IDE looks
a lot like the MS .NET IDE. One of the issues is that we have members
of the team that are strong supporters of Delphi and others that are
JAVA and C#. So we are having a hard time deciding which way would be
the best for the future of the app. What I'm looking for is some
"Un-bias" documentation I can share with the group to try and help us
make the decision. One of the concerns about going with Delphi is the
release date of Diamonback which may not be until next year and we
need to start on this by the end of the year. Any information on this
ould be greatly appreciated
TIA,
Greg

Nov 16 '05 #2
Me,

a higly experienced Delphi developer, always sworn my loyalti to Delphi

Switched to C#

because
1. D8 => really bad
2. C# ==> $1500 D8, 9 ==> $3500 (and it does exactly the same)

3.
Delphi just wrappes again all the .net classes to make them compatible with
VCL. This makes that you have to supply a zillion borland assembliess with
your application. A deplay of a c# app is 500K - framework. A delphi app
=> 500K + a couple of megs on borland assemblies.

4. Delphi 8 code ==> Visual studio ==> NO WAY
VisStudio ==> Delphi 8 ==> Works
(This might be fun for components)

5. Boottime of Visual studio on my PC => 20 seconds
Boottime of Delphi 8 => 3 minutes

6. Delphi never got the tooltip window responding on the same day. Visual
studio does.

7. Don't tell the price difference to your manager or the choice is made.

kind regards

Alexander
Nov 16 '05 #3
There's a *LOT* of books about C# programming, but only one on Delphi for .NET.

There's tons of Internet pages about C#, but only a small number for Delphi for .NET.

Borland has not been doing well in recent years...Delphi 8 was such a buggy release that they have given up on it after making 3 attempts to fix bugs with incremental updates. Boland is now planning on fixing most of the problems, and it's only going to cost you an arm and a leg to get these fixes in the form of the next Delphi release.

Delphi 7 (their last pre-.NET release) is still the best platform for developing native Windows applications. But I don't see myself following Borland in the future.

Eric
Nov 16 '05 #4
>3.
Delphi just wrappes again all the .net classes to make them compatible with
VCL.
*IF* you want to !! Using the VCL.NET can significantly ease your move
to .NET - but of course, Delphi for .NET being a full-blown .NET
programming language, you can just as well write straight Windows
Forms and ASP.NET apps - no Borland assemblies needed - NOT AT ALL.
5. Boottime of Visual studio on my PC => 20 seconds
Boottime of Delphi 8 => 3 minutes


And how is that relevant to your users, to the folks using your
software in the end?

Marc
=============== =============== =============== =============== ====
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)i nova.ch
Nov 16 '05 #5
>I'm looking for a comparsion of C# to Delphi .net. My company is about
to begin the process of reengineering a Delphi tightly coupled win32
app and a Older Java webclient that uses JSP over to an ASP.net app.
We are trying to decide if it will be easier just to port some of our
code over to Delphi .net or just to re-write the entire thing in C#.


Delphi for .NET certainly gives you a much easier, much smoother
transition into .NET - and it's just as capable as C#.

Also, with .NET, you could easily convert your existing apps using
Delphi for .NET, and start writing new stuff in C# - heck, Delphi 2005
even INCLUDES C# in the box.

..NET makes it REAL easy to mix and match languages - do some stuff in
Delphi for .NET (where you have lots of Delphi code already), do other
things in C#, yet other in (shudder) VB.NET or whatever - you're
totally free. You can even inherit and extend your Delphi classes in
C# - and vice versa! No more barriers here.....

Marc

=============== =============== =============== =============== ====
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)i nova.ch
Nov 16 '05 #6
> And how is that relevant to your users, to the folks using your
software in the end?


It is not. Nor did I say so. It is important to me. I don't like waiting.
I do delphi since 93, I'm pretty used of restarting delphi a couple of time
a day. Shift-Ctrl-Esc, Kill process, restart... If one waits 5 times 3
minutes a day, a crew of 4 waits 1 hour. Thats $150.

Delphi itself is not unstable. It is just in combination with me, so I'm
guilty. But on the other hand. Visual studio only crashed once for the
past 9 months. And I'm using it also pretty much.

Kind regards

Alexander
Nov 16 '05 #7
>But on the other hand. Visual studio only crashed once for the
past 9 months. And I'm using it also pretty much.


Lucky you!! For me, it crashes at least 3, 4 times every day - and I
don't get a 20 second boot-time either, like you mentioned - quite the
contrary, VS.NET takes a LOT longer to load than any version of Delphi
I've ever used.......

Marc
=============== =============== =============== =============== ====
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)i nova.ch
Nov 16 '05 #8
>But on the other hand. Visual studio only crashed once for the
past 9 months. And I'm using it also pretty much.


Lucky you!! For me, it crashes at least 3, 4 times every day - and I
don't get a 20 second boot-time either, like you mentioned - quite the
contrary, VS.NET takes a LOT longer to load than any version of Delphi
I've ever used.......

Marc
=============== =============== =============== =============== ====
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)i nova.ch
Nov 16 '05 #9
Hi Greg,

Here's Glen Stephens' C# for Delphi Developers article:

http://www.glennstephens.com.au/tech...Developers.pdf

Here is another comparison, but not as comprehensive:

http://www.gekko-software.nl/DotNet/Art01.htm

Joe
--
http://www.csharp-station.com

"Gclinton" <gc********@msn .com> wrote in message
news:35******** *************** ***@posting.goo gle.com...
I'm looking for a comparsion of C# to Delphi .net. My company is about
to begin the process of reengineering a Delphi tightly coupled win32
app and a Older Java webclient that uses JSP over to an ASP.net app.
We are trying to decide if it will be easier just to port some of our
code over to Delphi .net or just to re-write the entire thing in C#.
From what I've seen at the borland confernce the new Borland IDE looks
a lot like the MS .NET IDE. One of the issues is that we have members
of the team that are strong supporters of Delphi and others that are
JAVA and C#. So we are having a hard time deciding which way would be
the best for the future of the app. What I'm looking for is some
"Un-bias" documentation I can share with the group to try and help us
make the decision. One of the concerns about going with Delphi is the
release date of Diamonback which may not be until next year and we
need to start on this by the end of the year. Any information on this
ould be greatly appreciated
TIA,
Greg

Nov 16 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3169
by: Erva | last post by:
Hi, Is there someone who has moved from Delphi to VS.NET? I'am using Delphi currently but seriously considering to moving VS.NET. I would like to hear if someone has already done that, is it worth of it or should i continue to ude Delphi for new projects. I'am developing mostly desktop apps but in th future also ASP.NET apps. -erva
10
3175
by: Arda Han | last post by:
I am migrating my some applications from Delphi to C#. But... Yes But I don't know C# professionally. I am using DLL in delphi like this : ..... const RFID_103_485IO = 'Cihaz.dll'; Function SearchPort (Prm1:LongWord) :LongWord; cdecl; External RFID_103_485IO name 'SearchPort';
16
3063
by: glenn | last post by:
I've gotten a COM server written in C# and I can call it from a VBScript just fine and it works perfectly. However, I import it into Delphi 6 or Delphi 2005 and I can not get access to any of the functions that are in the server. Is there something specific that I need to do in order to get Delphi to see the functions that are a part of the server? Thanks, glenn
3
2369
by: lukeharpin | last post by:
Currently I have been developing applications in Delphi 7. Recently I meet up with a friend of mine who previously developed in Delphi, from version 1 - 7. When Delphi 8 .net was release he found too many bugs and switch to C# and loves it. I hope to do the same. However, I have a few hurdles to jump. Firstly my boss is a Delphi nut. I have heard the guy who originally developed Delphi worked on the development of C# ? If so this maybe...
7
6500
by: Sanjay Kedare | last post by:
Hi, I am evaluating various alternatives of converting Delphi (Ver 4.0) screens to C# screens. Are there any tools available for such conversion? if yes how much conversion do they achieve? The number of screens to be converted are huge, we are aiming minimum regression impact. What could be the best approach? Currently the option of Delphi.Net is ruled out.
13
2076
by: lukeharpin | last post by:
Hi World, We have been developing Engineering software in Delphi 3,4,5,6,7 for a few years now. This morning we had a discussion about OOP and re-programming the software to which the question came up, should we stay with Delphi and go with Delphi 2005 or not. I'm interested to here everyone's opinion. Here were a few points raised. Is the future .net and will every one have .net in 2 years time. Will Delphi be around in 5 years time....
1
8082
by: Thomas Due | last post by:
Hi, I manage an rather old application in which we have some fairly complex (ugly) Delphi code. This is Delphi 6 we're talking about. Among all this Delphi code there is method for formating a print layout for slip printers. Pass a few parameters to this method and it returns a Delphi string which contains the entire slip, ready for sending to the slip printer. Now, we're slowly migrating to .NET and am in need of printing this slip...
4
4101
by: =?Utf-8?B?ZGF2ZWJ5dGhlc2Vh?= | last post by:
Dear List, We have a large application written in Delphi. I am writing a mobile app written in .NET (C#) which reads and writes into the Delphi applications Oracle database via a .NET Web Service. Much of the data centred functionality on the application is quite involved, and to re-write all this functionality in the .NET web service would be very time consuming. Our idea is to perhaps develop a DLL written in Delphi, which copies...
11
2913
by: gnuist006 | last post by:
Is there a Delphi equivalent in the C world or Scheme/LISP world ? Recently, Delphi is in resurgence. In Russia people are using like crazy. For example, Bolega has written a free image processing program scankromsator in delphi because its easy to write a gui. In arabia people are using it also. Also delphi, I heard delphi allows visual programming and delphi programs run on:
0
10146
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10080
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8968
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6735
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3643
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2875
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.