I have no idea what FoxPro was doing... probably storing the forms in a data
file and "building" them on the fly. This sounds pretty slow to me.
I'm happier with anything that speeds up the process of loading each form.
Dot net is no speed demon during load-up, no argument there, but I'm not
that interested slowing it down any further.
Compiled code is fast code.
The size of the EXE matters once, during install, and then only in terms of
the number of seconds difference it takes to download a 100K EXE over an
120K EXE. That's not a lot of difference. Loading a form happens all the
time.
My $0.02
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--