my application loads up real slow, especially on slow computers. I was wondering what are the factors (from coding aspects) that will slow down the performance of the application, ie using too many try and catch blocks slows down the performance, or using delegates slows it down..etc..

or do all .Net applications really starts up slow?