Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: Impersonation + Process.Start Pin
Judah Gabriel Himango3-Aug-06 6:37
sponsorJudah Gabriel Himango3-Aug-06 6:37 
GeneralRe: Impersonation + Process.Start Pin
Gonzalo Brusella3-Aug-06 7:05
Gonzalo Brusella3-Aug-06 7:05 
QuestionCombobox problem Pin
ZeinaBaG3-Aug-06 3:37
ZeinaBaG3-Aug-06 3:37 
AnswerRe: Combobox problem Pin
stancrm3-Aug-06 3:44
stancrm3-Aug-06 3:44 
Questionspeed up application Pin
V.3-Aug-06 3:19
professionalV.3-Aug-06 3:19 
AnswerRe: speed up application Pin
yueue3-Aug-06 3:27
yueue3-Aug-06 3:27 
GeneralRe: speed up application Pin
V.3-Aug-06 3:33
professionalV.3-Aug-06 3:33 
AnswerRe: speed up application Pin
WillemM3-Aug-06 3:29
WillemM3-Aug-06 3:29 
I recommend precompiling the application using NGen. This creates a native image of the application, this makes the application start a little faster and run a little faster.

Quick question: How many controls do you use on the form and is the form databound to a lot of datasources? Having a lot of controls on a form makes the application slower, especially when layering them using groupboxes and panels.

Also loading from a database the first time (and often after that too) makes the application slow. You can fake the user by loading the data using async methods. This makes the application more responsive.

There could be more tricks, but this is what I know at the moment.

WM.

What about weapons of mass-construction?

GeneralRe: speed up application Pin
V.3-Aug-06 3:33
professionalV.3-Aug-06 3:33 
GeneralRe: speed up application Pin
V.3-Aug-06 4:09
professionalV.3-Aug-06 4:09 
GeneralRe: speed up application Pin
Dave Kreskowiak3-Aug-06 5:31
mveDave Kreskowiak3-Aug-06 5:31 
GeneralRe: speed up application Pin
V.3-Aug-06 6:52
professionalV.3-Aug-06 6:52 
QuestionRe: speed up application Pin
RizwanSharp3-Aug-06 20:02
RizwanSharp3-Aug-06 20:02 
AnswerRe: speed up application Pin
Dave Kreskowiak4-Aug-06 2:02
mveDave Kreskowiak4-Aug-06 2:02 
QuestionRe: speed up application Pin
RizwanSharp4-Aug-06 2:34
RizwanSharp4-Aug-06 2:34 
AnswerRe: speed up application Pin
Dave Kreskowiak4-Aug-06 2:49
mveDave Kreskowiak4-Aug-06 2:49 
GeneralRe: speed up application Pin
RizwanSharp4-Aug-06 3:07
RizwanSharp4-Aug-06 3:07 
AnswerRe: speed up application Pin
WillemM4-Aug-06 4:14
WillemM4-Aug-06 4:14 
Questionmake a TLS negotiation with the server ! Pin
Nameless_77777773-Aug-06 2:44
Nameless_77777773-Aug-06 2:44 
AnswerRe: make a TLS negotiation with the server ! Pin
User 17164923-Aug-06 5:16
professionalUser 17164923-Aug-06 5:16 
AnswerRe: make a TLS negotiation with the server ! Pin
User 17164925-Aug-06 1:55
professionalUser 17164925-Aug-06 1:55 
QuestionCopying code to a new project Pin
Glen Harvy3-Aug-06 2:26
Glen Harvy3-Aug-06 2:26 
AnswerRe: Copying code to a new project Pin
Not Active3-Aug-06 2:39
mentorNot Active3-Aug-06 2:39 
QuestionCopying files from another project Pin
Glen Harvy3-Aug-06 2:23
Glen Harvy3-Aug-06 2:23 
AnswerRe: Copying files from another project Pin
Not Active3-Aug-06 2:36
mentorNot Active3-Aug-06 2:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.