Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Stored Procs Pin
Xodiak23-Jan-06 9:27
Xodiak23-Jan-06 9:27 
GeneralRe: C# Stored Procs Pin
Dave Kreskowiak23-Jan-06 11:04
mveDave Kreskowiak23-Jan-06 11:04 
GeneralRe: C# Stored Procs Pin
Colin Angus Mackay23-Jan-06 11:09
Colin Angus Mackay23-Jan-06 11:09 
AnswerRe: C# Stored Procs Pin
Guffa23-Jan-06 9:45
Guffa23-Jan-06 9:45 
GeneralRe: C# Stored Procs Pin
niceguyeddie199924-Jan-06 3:13
niceguyeddie199924-Jan-06 3:13 
QuestionCPPP (Confused Performance Profiling Practices)?! Pin
NewtonVer223-Jan-06 6:03
NewtonVer223-Jan-06 6:03 
AnswerRe: CPPP (Confused Performance Profiling Practices)?! Pin
Dave Kreskowiak23-Jan-06 6:17
mveDave Kreskowiak23-Jan-06 6:17 
AnswerRe: CPPP (Confused Performance Profiling Practices)?! Pin
Daniel Grunwald23-Jan-06 7:43
Daniel Grunwald23-Jan-06 7:43 
You're profiling the performance of Console.WriteLine. The console window will have to redraw for new lines, update it's scrolling buffer etc. The console window itself runs in another process (that's why you can see its content even when the application hangs or is suspended by a debugger); multiple processes=multiple threads => random timings. I didn't try to run the code, but I you should get completely different timings each time. Debug/Release won't have a difference since more than 99,9999% of the time is not spent in your code.
Questiondetect if tcp connection dropped/aborted Pin
batmanAgen23-Jan-06 4:49
batmanAgen23-Jan-06 4:49 
AnswerRe: detect if tcp connection dropped/aborted Pin
Dario Solera23-Jan-06 5:51
Dario Solera23-Jan-06 5:51 
AnswerRe: detect if tcp connection dropped/aborted Pin
leppie23-Jan-06 6:27
leppie23-Jan-06 6:27 
AnswerRe: detect if tcp connection dropped/aborted Pin
mcljava23-Jan-06 10:39
mcljava23-Jan-06 10:39 
QuestionPortal Development Pin
student_rhr23-Jan-06 4:48
student_rhr23-Jan-06 4:48 
AnswerRe: Portal Development Pin
Michael Flanakin23-Jan-06 5:52
Michael Flanakin23-Jan-06 5:52 
GeneralRe: Portal Development Pin
student_rhr23-Jan-06 6:14
student_rhr23-Jan-06 6:14 
AnswerRe: Portal Development Pin
Michael Flanakin23-Jan-06 7:33
Michael Flanakin23-Jan-06 7:33 
GeneralRe: Portal Development Pin
student_rhr23-Jan-06 10:01
student_rhr23-Jan-06 10:01 
AnswerRe: Portal Development Pin
Michael Flanakin24-Jan-06 1:42
Michael Flanakin24-Jan-06 1:42 
GeneralRe: Portal Development Pin
Colin Angus Mackay23-Jan-06 7:34
Colin Angus Mackay23-Jan-06 7:34 
QuestionIfModifiedSince and my Favorites Pin
Yeast2723-Jan-06 3:19
Yeast2723-Jan-06 3:19 
QuestionAPI calls from .NET Pin
NewbieDude23-Jan-06 3:09
NewbieDude23-Jan-06 3:09 
AnswerRe: API calls from .NET Pin
WillemM23-Jan-06 4:03
WillemM23-Jan-06 4:03 
QuestionProblem using MSFOxpro Provider,error could not open file Pin
rudra08323-Jan-06 3:08
rudra08323-Jan-06 3:08 
QuestionUsing Crystal Reports.Net with a password protected database Pin
kornstyle23-Jan-06 2:55
kornstyle23-Jan-06 2:55 
QuestionSOAP envelop for ebXML Pin
Bibi Watson23-Jan-06 2:30
Bibi Watson23-Jan-06 2:30 

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.