Thread: Creating C# server/client

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    167

    Creating C# server/client

    Hello,

    Please be patient with me and have in mind I don't have no C# experience. I'm quite experimented when it comes to plain C but C# isn't my deal.
    I want to create 2 small applications one server and one client but my main problem is how to use sockets on C#. I use VS2005 for development.

    I've googled it a lot and found a lot of code out there but is to disabigous for me. I have experience working with unix sockets and I know how to design a communication protocol.

    Any good advice of links for me?

    Please help

    Thank you!

    PS: this is just a personal project... no homework or anything else. just me wanting to do something in C#

  2. #2
    Registered User AloneInTheDark's Avatar
    Join Date
    Feb 2008
    Posts
    74
    Sample code for client and server :
    http://www.developerfusion.co.uk/show/3574/

    IRC client (bot) :
    http://www.c-sharpcorner.com/UploadF...PM/IrcBot.aspx

    Hope it helps.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help creating multiple text files
    By Tom Bombadil in forum C Programming
    Replies: 19
    Last Post: 03-28-2009, 11:21 AM
  2. Error in creating socket in a client (UDP)
    By ferenczi in forum Networking/Device Communication
    Replies: 2
    Last Post: 11-27-2008, 11:11 AM
  3. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  4. creating an application
    By Cpro in forum C++ Programming
    Replies: 21
    Last Post: 05-30-2008, 12:21 AM
  5. Creating an Code-template in Visual C++
    By yerrel in forum C++ Programming
    Replies: 1
    Last Post: 06-10-2002, 11:25 AM