Click here to Skip to main content
15,924,828 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Regular Expression Pin
Ali Sajadian6-Aug-05 22:25
Ali Sajadian6-Aug-05 22:25 
GeneralRe: Regular Expression Pin
Christian Graus7-Aug-05 13:34
protectorChristian Graus7-Aug-05 13:34 
GeneralConverting Server to Local Time Pin
Anonymous3-Aug-05 8:33
Anonymous3-Aug-05 8:33 
GeneralRe: Converting Server to Local Time Pin
Mike Dimmick4-Aug-05 0:41
Mike Dimmick4-Aug-05 0:41 
GeneralRe: Converting Server to Local Time Pin
Anonymous5-Aug-05 2:57
Anonymous5-Aug-05 2:57 
GeneralGC Heap and PerfMon Pin
S. Senthil Kumar3-Aug-05 7:50
S. Senthil Kumar3-Aug-05 7:50 
GeneralWeb service async call from server to client Pin
NarayanVl3-Aug-05 3:33
NarayanVl3-Aug-05 3:33 
GeneralRe: Web service async call from server to client Pin
Carl Mercier3-Aug-05 15:09
Carl Mercier3-Aug-05 15:09 
What you're trying to achieve is not possible with webservices. The best way to do it would be to have the clients pool the server every 'x' seconds and see if there are changes.

A good way to do it is to assign each database update an "ID" (I love GUIDs for that). It would work this way: Client send the ID to the server. The server checks if the ID provided matches the last update ID. If it doesn't, the client will know it needs to pull data from the server.


Question.resX files question?? Pin
richiemac2-Aug-05 23:20
richiemac2-Aug-05 23:20 
QuestionNOT expression in Regex? Pin
dy131-Aug-05 10:26
dy131-Aug-05 10:26 
AnswerRe: NOT expression in Regex? Pin
Christian Graus1-Aug-05 12:12
protectorChristian Graus1-Aug-05 12:12 
QuestionSocks Tunneling? Pin
Hadi Fakhreddine1-Aug-05 7:09
Hadi Fakhreddine1-Aug-05 7:09 
AnswerRe: Socks Tunneling? Pin
David Leston3-Aug-05 19:16
David Leston3-Aug-05 19:16 
GeneralRe: Socks Tunneling? Pin
Hadi Fakhreddine4-Aug-05 1:50
Hadi Fakhreddine4-Aug-05 1:50 
GeneralRe: Socks Tunneling? Pin
David Leston4-Aug-05 16:48
David Leston4-Aug-05 16:48 
GeneralRe: Socks Tunneling? Pin
Hadi Fakhreddine4-Aug-05 19:18
Hadi Fakhreddine4-Aug-05 19:18 
QuestionConfig file for dll. Is it possible? Pin
ekacho1-Aug-05 3:14
ekacho1-Aug-05 3:14 
AnswerRe: Config file for dll. Is it possible? Pin
Mike Dimmick1-Aug-05 3:27
Mike Dimmick1-Aug-05 3:27 
GeneralRe: Config file for dll. Is it possible? Pin
ekacho1-Aug-05 3:48
ekacho1-Aug-05 3:48 
AnswerRe: Config file for dll. Is it possible? Pin
Dan Neely1-Aug-05 3:38
Dan Neely1-Aug-05 3:38 
GeneralRe: Config file for dll. Is it possible? Pin
ekacho1-Aug-05 3:53
ekacho1-Aug-05 3:53 
GeneralRe: Config file for dll. Is it possible? Pin
Dan Neely1-Aug-05 4:11
Dan Neely1-Aug-05 4:11 
GeneralRe: Config file for dll. Is it possible? Pin
ekacho1-Aug-05 19:14
ekacho1-Aug-05 19:14 
GeneralPocketPC-Open Bitmap file issue Pin
Sevugan31-Jul-05 22:34
Sevugan31-Jul-05 22:34 
GeneralC# .Net print/write form question Pin
Rabbit1729-Jul-05 11:42
Rabbit1729-Jul-05 11:42 

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.