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.
No comments:
Post a Comment
Remember, if you want me to respond to your comment, then you need to use a Google/OpenID account to leave the comment.