Click here to Skip to main content
15,897,032 members
Home / Discussions / C#
   

C#

 
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 
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 
One final note, since you can detect socket end of file (0 return of recv) you still need to plan for how to convey that event to your mainline code if it is not the same line of executing code. Typically a ManualResetEvent or Semaphore works fine for this. Particulary if we are talking about a multi-threaded model.

Mike Luster
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 
AnswerRe: SOAP envelop for ebXML Pin
ElGuroProgramador26-Jan-10 6:46
ElGuroProgramador26-Jan-10 6:46 
QuestionUnhandled Exception: System.InvalidOperationException Pin
sasire1823-Jan-06 2:15
sasire1823-Jan-06 2:15 
Answer[Message Deleted] Pin
sathish s23-Jan-06 2:22
sathish s23-Jan-06 2:22 
GeneralRe: Unhandled Exception: System.InvalidOperationException Pin
sasire1823-Jan-06 2:37
sasire1823-Jan-06 2:37 

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.