CF performance compared to eVB

D

Derek

How does the speed of .NET CF apps compare to apps developed with embedded
Visual Basic (eVB)? I have installed a few eVB applications in the past and
their performance has usually been very poor. Does the .NET Compact
Framework perform better? Thank you.
 
K

Keld Laursen

From recent tests I have found that .NET CF is at least 6 or 7 times faster
than eVB for stuff like filling comboboxes and such.
I haven't been checking raw execution speed for stuff like loops and other
stuff.

/Keld Laursen
 
D

Dick Grier

Hi,

The Compact Framework provides much better performance. I haven't done any
benchmarks, but I won't use eVB, except for legacy applications.

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top