Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shamless repost - related to delegates Pin
Bibekananda Mallick19-Jun-11 19:08
Bibekananda Mallick19-Jun-11 19:08 
GeneralRe: Shamless repost - related to delegates Pin
Pete O'Hanlon19-Jun-11 23:41
mvePete O'Hanlon19-Jun-11 23:41 
AnswerRe: Shamless repost - related to delegates Pin
PIEBALDconsult17-Jun-11 14:52
mvePIEBALDconsult17-Jun-11 14:52 
QuestionDownloading binaries sockets Pin
krosty478217-Jun-11 7:29
krosty478217-Jun-11 7:29 
AnswerRe: Downloading binaries sockets Pin
Mark Salsbery17-Jun-11 10:22
Mark Salsbery17-Jun-11 10:22 
AnswerRe: Downloading binaries sockets Pin
BobJanova20-Jun-11 0:00
BobJanova20-Jun-11 0:00 
QuestionAsynchronous database callback Pin
Herman<T>.Instance17-Jun-11 5:30
Herman<T>.Instance17-Jun-11 5:30 
AnswerRe: Asynchronous database callback Pin
BobJanova17-Jun-11 5:39
BobJanova17-Jun-11 5:39 
Um ... do you understand what 'asynchronous' means? This is exactly what is supposed to happen; to retrieve the result from an asynchronous call you should provide a callback delegate, which is executed some time later, and in the meantime, your code continues to run. If you want the result to be available 'immediately' on the next line of code, why not use a synchronous query call?
GeneralRe: Asynchronous database callback Pin
Herman<T>.Instance17-Jun-11 7:38
Herman<T>.Instance17-Jun-11 7:38 
GeneralRe: Asynchronous database callback Pin
BobJanova17-Jun-11 7:41
BobJanova17-Jun-11 7:41 
GeneralRe: Asynchronous database callback Pin
Herman<T>.Instance17-Jun-11 8:03
Herman<T>.Instance17-Jun-11 8:03 
GeneralRe: Asynchronous database callback Pin
BobJanova17-Jun-11 8:09
BobJanova17-Jun-11 8:09 
GeneralRe: Asynchronous database callback Pin
Herman<T>.Instance17-Jun-11 8:36
Herman<T>.Instance17-Jun-11 8:36 
QuestionTime Sheet software Pin
dipuks17-Jun-11 3:09
dipuks17-Jun-11 3:09 
AnswerRe: Time Sheet software Pin
Pete O'Hanlon17-Jun-11 3:23
mvePete O'Hanlon17-Jun-11 3:23 
GeneralRe: Time Sheet software Pin
dipuks17-Jun-11 5:02
dipuks17-Jun-11 5:02 
AnswerRe: Time Sheet software Pin
Not Active17-Jun-11 3:27
mentorNot Active17-Jun-11 3:27 
GeneralRe: Time Sheet software Pin
Roger Wright17-Jun-11 10:50
professionalRoger Wright17-Jun-11 10:50 
QuestionDateTime to yyyy\MM\dd conversion Pin
Chesnokov Yuriy16-Jun-11 23:03
professionalChesnokov Yuriy16-Jun-11 23:03 
AnswerRe: DateTime to yyyy\MM\dd conversion Pin
Richard MacCutchan16-Jun-11 23:05
mveRichard MacCutchan16-Jun-11 23:05 
AnswerRe: DateTime to yyyy\MM\dd conversion PinPopular
Eraser_stp16-Jun-11 23:14
Eraser_stp16-Jun-11 23:14 
GeneralRe: DateTime to yyyy\MM\dd conversion Pin
Blue_Boy16-Jun-11 23:36
Blue_Boy16-Jun-11 23:36 
GeneralRe: DateTime to yyyy\MM\dd conversion Pin
Eraser_stp17-Jun-11 0:19
Eraser_stp17-Jun-11 0:19 
AnswerRe: DateTime to yyyy\MM\dd conversion Pin
Blue_Boy16-Jun-11 23:39
Blue_Boy16-Jun-11 23:39 
GeneralRe: DateTime to yyyy\MM\dd conversion Pin
Groulien16-Jun-11 23:45
Groulien16-Jun-11 23:45 

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.