Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Why HelloWorldForm slow

Why does the HelloWorldForm example takes long to execute.
Also why is a 'Console' launch with the application, is there any way to
prevent this.
[163 byte] By [Norm] at [2007-11-9 18:22:02]
# 1 Re: Why HelloWorldForm slow
This is a pre-pre-release, so don't consider performance indicative of what
the final performance will be.

To get rid of the console, build with:

csc /target:winexe

"Norm" <a@b.com> wrote in message news:39c0d72b@news.dev-archive.com...
> Why does the HelloWorldForm example takes long to execute.
> Also why is a 'Console' launch with the application, is there any way to
> prevent this.
Eric Gunnerson at 2007-11-11 22:28:29 >