Hi.
Why every application written in WinForms based on NetFramework, starts so
slow and get round 7 MB free memory? - even most basic form ?
Good Day.

Re: Heavy Net Framework 1.1 by hirf-spam-me-here

hirf-spam-me-here
Wed Sep 01 06:19:21 CDT 2004

* "Przemek" <reference@interia.pl> scripsit:
> Why every application written in WinForms based on NetFramework, starts so
> slow and get round 7 MB free memory? - even most basic form ?

That's normal. Norice that the CLR and some libraries must be loaded in
order to run the applications.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Re: Heavy Net Framework 1.1 by Vagabond

Vagabond
Wed Sep 01 10:30:49 CDT 2004

"Przemek" <reference@interia.pl> wrote in message =
news:ch41re$rsv$1@nemesis.news.tpi.pl...
> Hi.
> Why every application written in WinForms based on NetFramework, =
starts so
> slow and get round 7 MB free memory? - even most basic form ?
> Good Day.

There is always a performance hit with initial application execution in =
any managed environment, but once the initial hit it taken for the JIT =
to produce the IL code; managed .NET applications could outperform =
unmanaged applications.

For the ability to use the language of my choice, C#, Perl, JScript, or =
the many other languages too access a common set of libraries =
supportable by any Windows operating system from Windows 98 or better; I =
think that's a good trade off.

- carl