Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
AnswerRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 0:16
professional#realJSOP7-Sep-11 0:16 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion7-Sep-11 0:27
nitin_ion7-Sep-11 0:27 
GeneralRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 2:21
professional#realJSOP7-Sep-11 2:21 
AnswerRe: Create a web service to push messages to clients Pin
John Y.7-Sep-11 9:58
John Y.7-Sep-11 9:58 
You could always have a little node.js server up and running, and when various client actions occur (log on, etc), it sends a message to your node.js server, which would then broadcast another (push) message. And then the client "listener" js file on your front end could handle the pushed message in whatever way you see fit. And basically any active client node would accept the message/action.
________
John Y.
Developer

QuestionDependency Injection Pin
siva4555-Sep-11 16:36
siva4555-Sep-11 16:36 
AnswerRe: Dependency Injection Pin
Abhinav S5-Sep-11 19:12
Abhinav S5-Sep-11 19:12 
QuestionHow can i present my new device to windows to recognise it? Pin
burhankaraman5-Sep-11 9:17
burhankaraman5-Sep-11 9:17 
AnswerRe: How can i present my new device to windows to recognise it? Pin
Evan Gallup5-Sep-11 17:51
Evan Gallup5-Sep-11 17:51 
AnswerRe: How can i present my new device to windows to recognise it? Pin
Eddy Vluggen5-Sep-11 21:52
professionalEddy Vluggen5-Sep-11 21:52 
QuestionRetail barcode question Pin
Jassim Rahma5-Sep-11 1:58
Jassim Rahma5-Sep-11 1:58 
AnswerRe: Retail barcode question Pin
Rob Philpott5-Sep-11 2:07
Rob Philpott5-Sep-11 2:07 
GeneralRe: Retail barcode question Pin
Jassim Rahma5-Sep-11 2:17
Jassim Rahma5-Sep-11 2:17 
GeneralRe: Retail barcode question Pin
kribo9-Sep-11 5:08
professionalkribo9-Sep-11 5:08 
AnswerRe: Retail barcode question Pin
OriginalGriff5-Sep-11 2:22
mveOriginalGriff5-Sep-11 2:22 
AnswerRe: Retail barcode question Pin
GuyThiebaut5-Sep-11 2:34
professionalGuyThiebaut5-Sep-11 2:34 
AnswerRe: Retail barcode question Pin
GParkings5-Sep-11 2:35
GParkings5-Sep-11 2:35 
QuestionExecuting,accessing and change a "CorelDraw" file through C# application [modified] Pin
Mahtab7774-Sep-11 20:11
Mahtab7774-Sep-11 20:11 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
OriginalGriff4-Sep-11 21:45
mveOriginalGriff4-Sep-11 21:45 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Eddy Vluggen5-Sep-11 6:43
professionalEddy Vluggen5-Sep-11 6:43 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Mahtab7775-Sep-11 21:12
Mahtab7775-Sep-11 21:12 
GeneralRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Pete O'Hanlon5-Sep-11 21:42
mvePete O'Hanlon5-Sep-11 21:42 
QuestionPolymorphism Pin
MUHAMMAD FAROOQ19914-Sep-11 0:59
MUHAMMAD FAROOQ19914-Sep-11 0:59 
AnswerRe: Polymorphism Pin
DaveyM694-Sep-11 1:57
professionalDaveyM694-Sep-11 1:57 
AnswerRe: Polymorphism Pin
PIEBALDconsult4-Sep-11 5:18
mvePIEBALDconsult4-Sep-11 5:18 
AnswerRe: Polymorphism Pin
Abhinav S4-Sep-11 6:26
Abhinav S4-Sep-11 6:26 

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.