Michael Moreno wrote:
> In my opinion, a good delphi/C++ programmer will create an application
> that will run faster than the same application written in in .Net by a
> good .Net programmer.
>
> Get sure before you do your test to compile your assemblies using ngen.
> This makes a big difference on many applications.
>
What parts are slower? Interface? Data fetching?
As far as I know delphi/ado handles datasets in a different way
(TADODBConnection at least). It's retrieving the records asynchronously,
wich is faster efficient when loading large datasets into memory, better
compared to the .NET IDataReader interface.
Windows Forms applications (.NET) are definately slower on the UI side,
but also offer more flexibility.
So I would advise you not to choose the same approach as the delphi
application has, .NET offers many new powerful features to simplify
data retrieval and manipulation.
Let me know if you need some help somewhere.
Wiebe Tijsma
http://www.e-office.com