Click here to Skip to main content
15,904,346 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am pretty new to the asynchronous communication callbacks and code flow. I need to understand the basic idea of it using something practical. Making none thing clear I am asking about asynchronous communication using events and delegates and not using Ajax or something. Can anyone please guide from where I can get full source code and example of one such project so that I can built a prototype of my own.
A async chat server will be the best using TCP/IP and socket programming.
Kindly guide me for the same.
Thanx ! :)
Posted

1 solution

where I can get full source code and example of one such project
That's not the right way to learn things.

1. TRY first what you want to do! You may find that it's not that hard.
2. Formulate what was done by you that looks like an issue/not working.


For now, following articles should help:
TCP/IP Chat Application Using C#[^]
A TCP/IP Chat Program[^]
C# SocketAsyncEventArgs High Performance Socket Code[^]
 
Share this answer
 
Comments
Taresh Uppal 9-Jan-13 1:34am    
Actually what I wanted to say is that I am not able to get a clear picture that from where to start and how to proceed. Thank you sir for your guidance. Will let you know once I conclude something out on my won. Hope you will help me again !

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900