Click here to Skip to main content
15,884,629 members
Home / Discussions / C#
   

C#

 
AnswerRe: download webpage Complete Pin
thatraja11-Aug-14 23:15
professionalthatraja11-Aug-14 23:15 
QuestionHow to process data asynchronous when (socket ) recieving data high frequently Pin
Peng20139-Aug-14 6:53
Peng20139-Aug-14 6:53 
AnswerRe: How to process data asynchronous when (socket ) recieving data high frequently Pin
Eddy Vluggen11-Aug-14 7:08
professionalEddy Vluggen11-Aug-14 7:08 
Questionngen in windows applications c# Pin
Zeyad Jalil9-Aug-14 2:03
professionalZeyad Jalil9-Aug-14 2:03 
AnswerRe: ngen in windows applications c# Pin
Dave Kreskowiak9-Aug-14 4:25
mveDave Kreskowiak9-Aug-14 4:25 
GeneralRe: ngen in windows applications c# Pin
Zeyad Jalil9-Aug-14 19:27
professionalZeyad Jalil9-Aug-14 19:27 
GeneralRe: ngen in windows applications c# Pin
Dave Kreskowiak10-Aug-14 4:45
mveDave Kreskowiak10-Aug-14 4:45 
AnswerRe: ngen in windows applications c# Pin
V.10-Aug-14 7:20
professionalV.10-Aug-14 7:20 
ngen does help, I´ve used it in the past. However, make sure that your loadup isn´t taking unnecessarely long.
NGen is not a miracle thing and probably is more a workaround than a real solution.

Not sure if it exists still, but in winforms you could have a look at SuspendLayout, ResumeLayout.

Also, in our case a while back, the slow loading was due to thousands and thousands of records that had to be loaded in linked lists. When I convinced the client to change in a small way, the way they were working we could load each list on runtime when (and indeed if) the user needed it. The startup time changed from a few seconds to instantly.

Last thing is that you have to make sure the hardware is sufficient for that version of the .Net framework (and what the application is used for)

hope this helps.
V.

(MQOTD rules and previous solutions)

QuestionMulti-label Classifiers based Associative Classification (MCAC) algorithm Pin
sadish67-Aug-14 17:03
sadish67-Aug-14 17:03 
AnswerRe: Multi-label Classifiers based Associative Classification (MCAC) algorithm Pin
Mycroft Holmes7-Aug-14 18:02
professionalMycroft Holmes7-Aug-14 18:02 
AnswerRe: Multi-label Classifiers based Associative Classification (MCAC) algorithm Pin
OriginalGriff7-Aug-14 21:30
mveOriginalGriff7-Aug-14 21:30 
QuestionDotNetBar (DevComponents) DockingContainer Pin
HobbyProggy7-Aug-14 1:53
professionalHobbyProggy7-Aug-14 1:53 
AnswerRe: DotNetBar (DevComponents) DockingContainer Pin
Eddy Vluggen7-Aug-14 23:24
professionalEddy Vluggen7-Aug-14 23:24 
Questionassign the filed for XtraReport of Devexpress ? Pin
Member 24584677-Aug-14 0:01
Member 24584677-Aug-14 0:01 
Question.net Query Pin
Member 109952356-Aug-14 22:26
Member 109952356-Aug-14 22:26 
AnswerRe: .net Query Pin
Richard MacCutchan6-Aug-14 22:40
mveRichard MacCutchan6-Aug-14 22:40 
AnswerRe: .net Query Pin
Keith Barrow7-Aug-14 1:45
professionalKeith Barrow7-Aug-14 1:45 
AnswerRe: .net Query Pin
Gerry Schmitz7-Aug-14 11:00
mveGerry Schmitz7-Aug-14 11:00 
QuestionConnecting to License Application on Server Pin
Jassim Rahma6-Aug-14 20:25
Jassim Rahma6-Aug-14 20:25 
AnswerRe: Connecting to License Application on Server Pin
Bernhard Hiller6-Aug-14 20:39
Bernhard Hiller6-Aug-14 20:39 
QuestionSame EXE vs Different EXE Pin
KUMAR6196-Aug-14 19:36
professionalKUMAR6196-Aug-14 19:36 
AnswerRe: Same EXE vs Different EXE Pin
Akhil Mittal6-Aug-14 20:05
professionalAkhil Mittal6-Aug-14 20:05 
AnswerRe: Same EXE vs Different EXE Pin
Bernhard Hiller6-Aug-14 20:43
Bernhard Hiller6-Aug-14 20:43 
AnswerRe: Same EXE vs Different EXE Pin
Mycroft Holmes6-Aug-14 21:54
professionalMycroft Holmes6-Aug-14 21:54 
GeneralRe: Same EXE vs Different EXE Pin
KUMAR6196-Aug-14 23:06
professionalKUMAR6196-Aug-14 23:06 

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.