Start too slow...

  • Thread starter Thread starter ooooscar
  • Start date Start date
O

ooooscar

I made a cuple of projects using c#, it's grate and still learning lots,
but, i find that the first time a run tha app it gets really solw to start.
The app only loads a form and is not conections, not validations and not
complicated processes before start. I make a realise compilation but still
slow.
Is there anything I can do to make faster to start the project ?

Thank's
 
Hello

Yes, there is an ability to make startup faster. You need to use NGEN.EXE
(Native Image Generator). It will generate platform dependent code for you
system and save it in native image cache on your system.
 

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

Back
Top