Hello,
At the moment due to using some thirdparty components (which uses strongly reflection) our application is taking about 3 minutes to load on slow machines for our client.
I was wondering if there's a way to 'hibernate' .net application so that when launching again the state from the previous launch would be directly copied to memory and made available to run...