Saturday, April 26, 2008

Pre-JIT a Windows Forms Application

Useful information on creating a pre-compiled copy of your application at install time.

Why? Because it can lead to a faster loading application. (This is true at least for the first time the .NET app runs on a machine - after which the IL code should get cached, never-the-less, this can provide significant time savings on loading of the app, especially on long complex codes).

Prejit a Windows Forms Application

 

In addition the site has some very useful tips and techniques for working with windows in .NET.

image

No comments: