Click here to Skip to main content
15,887,843 members
Home / Discussions / C#
   

C#

 
GeneralRe: interop programming Pin
V.21-Mar-06 20:15
professionalV.21-Mar-06 20:15 
AnswerRe: interop programming Pin
Judah Gabriel Himango21-Mar-06 8:23
sponsorJudah Gabriel Himango21-Mar-06 8:23 
GeneralRe: interop programming Pin
V.21-Mar-06 20:16
professionalV.21-Mar-06 20:16 
QuestionADO.NET Encrypted data Pin
gmhanna21-Mar-06 3:28
gmhanna21-Mar-06 3:28 
QuestionRegex question - how to match crc checksum Pin
daniilzol21-Mar-06 3:26
daniilzol21-Mar-06 3:26 
QuestionUpdating DataTable Pin
zaboboa21-Mar-06 3:07
zaboboa21-Mar-06 3:07 
Questionprivate chat web-application in c# using socket programming Pin
shabeer.ak21-Mar-06 2:15
shabeer.ak21-Mar-06 2:15 
AnswerRe: private chat web-application in c# using socket programming Pin
Anil C21-Mar-06 2:43
Anil C21-Mar-06 2:43 
hi shabeer,
If your application is only for LAN then TCP sockets is somethig that is genrally used. If you need your application to be used from Internet then this TCP socket will not work if you computer is behind a proxy. So It all depends what is the scope of your project.
Also its better if you use synchronous communication for sosckets as you handle of all threads and can manage threading rather that using system threads when by using asynhronous communication.

In short- TCP sockets will not work behind proxy.
you need to have all you system with external IP if using tcp sockets.
Regards,
AnilSmile | :)
GeneralRe: private chat web-application in c# using socket programming Pin
shabeer.ak21-Mar-06 17:00
shabeer.ak21-Mar-06 17:00 
GeneralRe: private chat web-application in c# using socket programming Pin
Anil C22-Mar-06 2:53
Anil C22-Mar-06 2:53 
Questiontapi3 Pin
hafz21-Mar-06 1:19
hafz21-Mar-06 1:19 
AnswerRe: tapi3 Pin
Michael P Butler21-Mar-06 3:28
Michael P Butler21-Mar-06 3:28 
QuestionHow to open new form Pin
Areff21-Mar-06 1:18
Areff21-Mar-06 1:18 
AnswerRe: How to open new form Pin
Nicholas Butler21-Mar-06 1:37
sitebuilderNicholas Butler21-Mar-06 1:37 
AnswerRe: How to open new form Pin
Brett Slaski21-Mar-06 1:40
Brett Slaski21-Mar-06 1:40 
GeneralRe: How to open new form Pin
J4amieC21-Mar-06 2:21
J4amieC21-Mar-06 2:21 
GeneralRe: How to open new form Pin
Brett Slaski25-Mar-06 18:57
Brett Slaski25-Mar-06 18:57 
AnswerRe: How to open new form Pin
Divyang Mithaiwala21-Mar-06 2:22
Divyang Mithaiwala21-Mar-06 2:22 
QuestionStrange Problem with UltraWinGrid ButtonColumn Pin
Mukesh Kumar Gupta21-Mar-06 1:14
Mukesh Kumar Gupta21-Mar-06 1:14 
AnswerRe: Strange Problem with UltraWinGrid ButtonColumn Pin
leppie21-Mar-06 6:58
leppie21-Mar-06 6:58 
AnswerRe: Strange Problem with UltraWinGrid ButtonColumn Pin
LongRange.Shooter21-Mar-06 7:22
LongRange.Shooter21-Mar-06 7:22 
Questionstart.dll Pin
binaryfreak21-Mar-06 0:31
binaryfreak21-Mar-06 0:31 
AnswerRe: start.dll Pin
CWIZO21-Mar-06 0:58
CWIZO21-Mar-06 0:58 
QuestionFile stream problem Pin
Fr23516620-Mar-06 23:36
Fr23516620-Mar-06 23:36 
GeneralRe: File stream problem Pin
Guffa21-Mar-06 0:44
Guffa21-Mar-06 0:44 

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.