Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
Questiona performance problem Pin
reilak30-Jul-09 2:37
reilak30-Jul-09 2:37 
AnswerRe: a performance problem Pin
Nagy Vilmos30-Jul-09 4:07
professionalNagy Vilmos30-Jul-09 4:07 
GeneralRe: a performance problem Pin
reilak30-Jul-09 4:27
reilak30-Jul-09 4:27 
GeneralRe: a performance problem Pin
Nagy Vilmos30-Jul-09 4:32
professionalNagy Vilmos30-Jul-09 4:32 
GeneralRe: a performance problem Pin
reilak30-Jul-09 4:37
reilak30-Jul-09 4:37 
AnswerRe: a performance problem Pin
PIEBALDconsult30-Jul-09 4:26
mvePIEBALDconsult30-Jul-09 4:26 
AnswerRe: a performance problem (UPDATE) Pin
reilak30-Jul-09 4:33
reilak30-Jul-09 4:33 
GeneralRe: a performance problem (UPDATE) Pin
Luc Pattyn30-Jul-09 13:50
sitebuilderLuc Pattyn30-Jul-09 13:50 
that is the way to go: split it up in smaller pieces, so you can see which one takes too much time.
alternatively, add logging code, where each message shows time in milliseconds, as with DateTime.Now.ToString("HH:mm:ss.fff")

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: a performance problem, (check this out) Pin
reilak1-Aug-09 22:16
reilak1-Aug-09 22:16 
QuestionConverting HTML File to Excel File and XML File using c# Code Pin
shavil30-Jul-09 2:35
shavil30-Jul-09 2:35 
AnswerRe: Converting HTML File to Excel File and XML File using c# Code Pin
Mike Ellison30-Jul-09 2:57
Mike Ellison30-Jul-09 2:57 
QuestionDouble click custom controls Pin
Jon Henry30-Jul-09 2:27
Jon Henry30-Jul-09 2:27 
AnswerRe: Double click custom controls Pin
Mike Ellison30-Jul-09 2:36
Mike Ellison30-Jul-09 2:36 
GeneralRe: Double click custom controls Pin
Jon Henry30-Jul-09 12:20
Jon Henry30-Jul-09 12:20 
AnswerRe: Double click custom controls Pin
Jon Henry2-Aug-09 1:44
Jon Henry2-Aug-09 1:44 
QuestionConnecting to MySQL from PC Pin
MarkB77730-Jul-09 2:08
MarkB77730-Jul-09 2:08 
AnswerRe: Connecting to MySQL from PC Pin
stancrm30-Jul-09 2:25
stancrm30-Jul-09 2:25 
AnswerRe: Connecting to MySQL from PC Pin
spalanivel30-Jul-09 2:34
spalanivel30-Jul-09 2:34 
AnswerRe: Connecting to MySQL from PC Pin
Dave Kreskowiak30-Jul-09 6:31
mveDave Kreskowiak30-Jul-09 6:31 
GeneralRe: Connecting to MySQL from PC Pin
EliottA30-Jul-09 7:26
EliottA30-Jul-09 7:26 
GeneralRe: Connecting to MySQL from PC Pin
MarkB77730-Jul-09 15:20
MarkB77730-Jul-09 15:20 
QuestionHow to Read CSV file in Readonly mode and Populate dataset? Pin
Tridip Bhattacharjee30-Jul-09 2:08
professionalTridip Bhattacharjee30-Jul-09 2:08 
AnswerRe: How to Read CSV file in Readonly mode and Populate dataset? Pin
Dave Kreskowiak30-Jul-09 6:29
mveDave Kreskowiak30-Jul-09 6:29 
GeneralRe: How to Read CSV file in Readonly mode and Populate dataset? Pin
Tridip Bhattacharjee30-Jul-09 18:35
professionalTridip Bhattacharjee30-Jul-09 18:35 
GeneralRe: How to Read CSV file in Readonly mode and Populate dataset? Pin
Dave Kreskowiak31-Jul-09 13:16
mveDave Kreskowiak31-Jul-09 13:16 

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.