Click here to Skip to main content
15,909,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: DateTime NullReferenceException Pin
Ingo26-Nov-12 23:17
Ingo26-Nov-12 23:17 
AnswerRe: DateTime NullReferenceException Pin
Abhinav S26-Nov-12 16:58
Abhinav S26-Nov-12 16:58 
QuestionProcess.Start with current folder? Pin
Joni_7825-Nov-12 21:52
Joni_7825-Nov-12 21:52 
AnswerRe: Process.Start with current folder? Pin
Richard MacCutchan25-Nov-12 22:06
mveRichard MacCutchan25-Nov-12 22:06 
GeneralRe: Process.Start with current folder? Pin
Joni_7825-Nov-12 22:17
Joni_7825-Nov-12 22:17 
GeneralRe: Process.Start with current folder? Pin
Richard MacCutchan25-Nov-12 22:36
mveRichard MacCutchan25-Nov-12 22:36 
GeneralRe: Process.Start with current folder? Pin
Joni_7826-Nov-12 0:30
Joni_7826-Nov-12 0:30 
GeneralRe: Process.Start with current folder? Pin
Richard MacCutchan26-Nov-12 0:48
mveRichard MacCutchan26-Nov-12 0:48 
GeneralRe: Process.Start with current folder? Pin
Joni_7827-Nov-12 23:44
Joni_7827-Nov-12 23:44 
QuestionEfficent method to find index of a value in a array Pin
PozzaVecia25-Nov-12 7:48
PozzaVecia25-Nov-12 7:48 
AnswerRe: Efficent method to find index of a value in a array Pin
PIEBALDconsult25-Nov-12 8:35
mvePIEBALDconsult25-Nov-12 8:35 
AnswerRe: Efficent method to find index of a value in a array Pin
BobJanova25-Nov-12 22:21
BobJanova25-Nov-12 22:21 
GeneralRe: Efficent method to find index of a value in a array Pin
PozzaVecia27-Nov-12 1:38
PozzaVecia27-Nov-12 1:38 
AnswerRe: Efficent method to find index of a value in a array Pin
Richard Deeming25-Nov-12 23:58
mveRichard Deeming25-Nov-12 23:58 
AnswerRe: Efficent method to find index of a value in a array Pin
V.26-Nov-12 0:01
professionalV.26-Nov-12 0:01 
AnswerRe: Efficent method to find index of a value in a array Pin
Abhinav S26-Nov-12 17:01
Abhinav S26-Nov-12 17:01 
QuestionSending data from PHP to local program C# Pin
Junoli24-Nov-12 9:19
Junoli24-Nov-12 9:19 
AnswerRe: Sending data from PHP to local program C# Pin
Eddy Vluggen24-Nov-12 15:06
professionalEddy Vluggen24-Nov-12 15:06 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 1:20
Junoli25-Nov-12 1:20 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 1:37
Junoli25-Nov-12 1:37 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 1:44
professionalEddy Vluggen25-Nov-12 1:44 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 1:56
Junoli25-Nov-12 1:56 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 2:06
professionalEddy Vluggen25-Nov-12 2:06 
A webserver typically serves data, it doesn't push it to the client.

Junoli wrote:
That is mean the server will send data if it need, once.

My last article is about polling a webserver, and it isn't continually reading data; it's asking the webserver whether or nor a specific file has changed. If it has, it's downloaded and processed.

If you need a "push"-mechanism that actively works with it's clients, I'd suggest a server-application in C#, not a PHP-website.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]

GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 2:41
Junoli25-Nov-12 2:41 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 3:51
professionalEddy Vluggen25-Nov-12 3:51 

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.