Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: Why exception is not caught in BackgroundWorker DoWork routine? Pin
ShadowUz7-Jun-11 21:12
ShadowUz7-Jun-11 21:12 
QuestionNotifying Network Applications Pin
NameNotYetTaken7-Jun-11 3:18
NameNotYetTaken7-Jun-11 3:18 
AnswerRe: Notifying Network Applications Pin
Dave Kreskowiak7-Jun-11 3:46
mveDave Kreskowiak7-Jun-11 3:46 
AnswerRe: Notifying Network Applications Pin
Luc Pattyn7-Jun-11 4:51
sitebuilderLuc Pattyn7-Jun-11 4:51 
GeneralRe: Notifying Network Applications Pin
NameNotYetTaken7-Jun-11 5:18
NameNotYetTaken7-Jun-11 5:18 
AnswerRe: Notifying Network Applications Pin
Luc Pattyn7-Jun-11 5:39
sitebuilderLuc Pattyn7-Jun-11 5:39 
GeneralRe: Notifying Network Applications Pin
NameNotYetTaken7-Jun-11 6:08
NameNotYetTaken7-Jun-11 6:08 
AnswerRe: Notifying Network Applications Pin
BobJanova7-Jun-11 5:27
BobJanova7-Jun-11 5:27 
Definitely don't try to have each updater inform all the listeners. That way lies madness.

Whether to implement a simple listening/broadcast service or to have clients poll for updates depends on your detailed requirements, like whether you want updates to appear immediately, how many clients there will be, whether you can open enough sockets to have them all listening, etc. If it's important that updates are sent to clients immediately, you should have some sort of publish-subscribe service that they can use. If it isn't, polling the database for changes (have a LastUpdated field somewhere that is trivial to access so the polls are not resource intensive) every 30s or so should do the job, and is less intensive on the server side (since it doesn't need to hold open persistent sockets).
QuestionMerging C# WPF projects Pin
Member 79112937-Jun-11 2:23
Member 79112937-Jun-11 2:23 
AnswerRe: Merging C# WPF projects Pin
Pete O'Hanlon7-Jun-11 2:32
mvePete O'Hanlon7-Jun-11 2:32 
AnswerRe: Merging C# WPF projects Pin
V.7-Jun-11 3:37
professionalV.7-Jun-11 3:37 
QuestionHow to fix English language to specific textbox in Arabic Input language mode? Pin
Paramu19737-Jun-11 0:29
Paramu19737-Jun-11 0:29 
AnswerRe: How to fix English language to specific textbox in Arabic Input language mode? Pin
raja4india15-Oct-11 5:35
raja4india15-Oct-11 5:35 
Questionsensing data passed through lan card of a pc Pin
Aisha sharma6-Jun-11 21:09
Aisha sharma6-Jun-11 21:09 
AnswerRe: sensing data passed through lan card of a pc Pin
Dave Kreskowiak7-Jun-11 1:46
mveDave Kreskowiak7-Jun-11 1:46 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma7-Jun-11 2:52
Aisha sharma7-Jun-11 2:52 
GeneralRe: sensing data passed through lan card of a pc Pin
Dave Kreskowiak7-Jun-11 3:04
mveDave Kreskowiak7-Jun-11 3:04 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma8-Jun-11 20:23
Aisha sharma8-Jun-11 20:23 
GeneralRe: sensing data passed through lan card of a pc Pin
Dave Kreskowiak9-Jun-11 1:40
mveDave Kreskowiak9-Jun-11 1:40 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma9-Jun-11 22:44
Aisha sharma9-Jun-11 22:44 
GeneralRe: sensing data passed through lan card of a pc Pin
Dave Kreskowiak10-Jun-11 1:33
mveDave Kreskowiak10-Jun-11 1:33 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma10-Jun-11 2:00
Aisha sharma10-Jun-11 2:00 
AnswerRe: sensing data passed through lan card of a pc Pin
jschell7-Jun-11 10:02
jschell7-Jun-11 10:02 
GeneralRe: sensing data passed through lan card of a pc Pin
Aisha sharma7-Jun-11 19:28
Aisha sharma7-Jun-11 19:28 
GeneralRe: sensing data passed through lan card of a pc Pin
jschell8-Jun-11 8:57
jschell8-Jun-11 8:57 

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.