Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Luc Pattyn4-Mar-10 16:06
sitebuilderLuc Pattyn4-Mar-10 16:06 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Matt U.5-Mar-10 11:37
Matt U.5-Mar-10 11:37 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Luc Pattyn5-Mar-10 12:00
sitebuilderLuc Pattyn5-Mar-10 12:00 
GeneralRe: Removing All "List" Items Though It Shouldn't ... ?? Pin
Matt U.5-Mar-10 12:04
Matt U.5-Mar-10 12:04 
QuestionChanging colors of an image Pin
Berlus4-Mar-10 9:34
Berlus4-Mar-10 9:34 
AnswerRe: Changing colors of an image Pin
Anubhava Dimri4-Mar-10 18:14
Anubhava Dimri4-Mar-10 18:14 
QuestionWinsock Library Recommendation? [modified] Pin
Richard Andrew x644-Mar-10 9:13
professionalRichard Andrew x644-Mar-10 9:13 
AnswerRe: Winsock Library Recommendation? Pin
snorkie4-Mar-10 10:22
professionalsnorkie4-Mar-10 10:22 
Richard,

It really depends on what you want to do. The company I currently work for uses TcpClient and TcpListener to communicate data between our apps. There are plenty of examples on this site for that. Search for "IPC" Inter process Communications.

If you are really looking for bullet proof, I would probably recommend MSMQ[^] (Microsoft Message Queue). If you're not a Microsoft fan, then try IBM WebSphere MQ[^] They are supposed to guarantee messages delivery and both are already proven.

I have had personal experience with MSMQ and it was simple to implement in C#.

Good luck and I hope I helped!

Hogan
GeneralRe: Winsock Library Recommendation? Pin
Richard Andrew x644-Mar-10 10:29
professionalRichard Andrew x644-Mar-10 10:29 
AnswerRe: Winsock Library Recommendation? Pin
snorkie4-Mar-10 11:22
professionalsnorkie4-Mar-10 11:22 
GeneralRe: Winsock Library Recommendation? Pin
Richard Andrew x644-Mar-10 11:31
professionalRichard Andrew x644-Mar-10 11:31 
GeneralRe: Winsock Library Recommendation? Pin
snorkie4-Mar-10 16:30
professionalsnorkie4-Mar-10 16:30 
AnswerRe: Winsock Library Recommendation? Pin
Ennis Ray Lynch, Jr.4-Mar-10 11:41
Ennis Ray Lynch, Jr.4-Mar-10 11:41 
Questionfiles name of a directory in a lable one by one Pin
tanweer4-Mar-10 9:11
tanweer4-Mar-10 9:11 
AnswerRe: files name of a directory in a lable one by one Pin
AspDotNetDev4-Mar-10 9:35
protectorAspDotNetDev4-Mar-10 9:35 
Questionloop in service. Pin
noamtzu004-Mar-10 8:29
noamtzu004-Mar-10 8:29 
AnswerRe: loop in service. Pin
Dave Kreskowiak4-Mar-10 9:07
mveDave Kreskowiak4-Mar-10 9:07 
QuestionString Arrays Pin
Darrall4-Mar-10 5:01
Darrall4-Mar-10 5:01 
AnswerRe: String Arrays Pin
PIEBALDconsult4-Mar-10 5:08
mvePIEBALDconsult4-Mar-10 5:08 
GeneralRe: String Arrays Pin
Darrall4-Mar-10 5:53
Darrall4-Mar-10 5:53 
GeneralRe: String Arrays Pin
PIEBALDconsult4-Mar-10 11:35
mvePIEBALDconsult4-Mar-10 11:35 
GeneralRe: String Arrays Pin
Darrall4-Mar-10 11:56
Darrall4-Mar-10 11:56 
AnswerRe: String Arrays Pin
harold aptroot4-Mar-10 5:17
harold aptroot4-Mar-10 5:17 
GeneralRe: String Arrays Pin
Darrall4-Mar-10 6:01
Darrall4-Mar-10 6:01 
AnswerRe: String Arrays [modified] Pin
OriginalGriff4-Mar-10 5:35
mveOriginalGriff4-Mar-10 5:35 

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.