Hiya!
Anyone know any good tutorial to an Chat using C#?
2 replies to this topic
#1
Posted 07 February 2011 - 03:57 AM
|
|
|
#2
Posted 07 February 2011 - 05:00 AM
I believe there is a nice commented tutorial here:
Basic Client/Server Chat Application In C# - C# Tutorials | Dream.In.Code
You essentially need a client (to send/receive messages) and a server to handle them and send them to the client(s).
These tutorials rely on sockets and networking, so you should brush up on that in C# before attempting a server/client application like this.
Basic Client/Server Chat Application In C# - C# Tutorials | Dream.In.Code
You essentially need a client (to send/receive messages) and a server to handle them and send them to the client(s).
These tutorials rely on sockets and networking, so you should brush up on that in C# before attempting a server/client application like this.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 07 February 2011 - 08:47 AM
You may like this tutorial also.
C# Chat: Part 1 - Building the Chat Client (C# Programming Tutorial) • Geekpedia
~ Committed. :)
C# Chat: Part 1 - Building the Chat Client (C# Programming Tutorial) • Geekpedia
~ Committed. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









