G
Guest
I am not trying to smack a hornets nest, but is there any way to achieve
near-Win32 performance from .Net apps?
I'm porting a VB6 app to .Net and the difference in performance is notable.
I'm using 3rd party controls from the same vendor and have trimmed as much
"fat" from them as possible. Granted, there is functionality with the .Net
controls that doesn't exist in the COM versions, but even with the "canned"
controls, the difference can be seen.
Rest assured, I'm playing by all of the OO (& MS for that matter) guidelines
in the re-write, custom objects, stored procedures for nearly everything,
limited amounts of data and a properly indexed database.
Can anyone offer any tips for increasing performance with .Net windows forms
apps? I'm considering migrating to Delphi since Borland still supports the
Win32 platform.
Sadly, it appears the runtime for Winforms performance is coming to that of
Java runtime and Swing.
Thanks,
Morgan
near-Win32 performance from .Net apps?
I'm porting a VB6 app to .Net and the difference in performance is notable.
I'm using 3rd party controls from the same vendor and have trimmed as much
"fat" from them as possible. Granted, there is functionality with the .Net
controls that doesn't exist in the COM versions, but even with the "canned"
controls, the difference can be seen.
Rest assured, I'm playing by all of the OO (& MS for that matter) guidelines
in the re-write, custom objects, stored procedures for nearly everything,
limited amounts of data and a properly indexed database.
Can anyone offer any tips for increasing performance with .Net windows forms
apps? I'm considering migrating to Delphi since Borland still supports the
Win32 platform.
Sadly, it appears the runtime for Winforms performance is coming to that of
Java runtime and Swing.
Thanks,
Morgan