Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Chatting application in C#

Chatting application in C#

Scheduled Pinned Locked Moved C#
csharptutorialquestion
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    speedchandu
    wrote on last edited by
    #1

    Can anyone suggest me how to develop a chatting application in C#?

    Richard Andrew x64R U L 3 Replies Last reply
    0
    • S speedchandu

      Can anyone suggest me how to develop a chatting application in C#?

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      You're going to have to be more specific than that!

      The difficult we do right away... ...the impossible takes slightly longer.

      S 1 Reply Last reply
      0
      • Richard Andrew x64R Richard Andrew x64

        You're going to have to be more specific than that!

        The difficult we do right away... ...the impossible takes slightly longer.

        S Offline
        S Offline
        speedchandu
        wrote on last edited by
        #3

        I mean what should I be knowing to make it possible. I am new to the developing field. I need your suggestions.

        1 Reply Last reply
        0
        • S speedchandu

          Can anyone suggest me how to develop a chatting application in C#?

          U Offline
          U Offline
          uspatel
          wrote on last edited by
          #4

          You need to use these concepts 1.WCF Web Service with the client polling the service (simple-basic scenario - easy to implement, not very efficient) 2.WCF Duplex Web Service with the server updating clients when needed (a bit more complicated) 3.TCP Socket-based solution, hardest to implement but permits much better control. There is a very good example in Matthew McDonald's book "Pro Silverlight 3" http://stackoverflow.com/questions/4716279/need-concept-regarding-windows-based-chat-application[^]

          Thanks


          Blog |Articles|Answers

          S 1 Reply Last reply
          0
          • S speedchandu

            Can anyone suggest me how to develop a chatting application in C#?

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            The client, or the server? What protocol? Does it need to interface with MSN? Or with Google Talk?

            Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

            1 Reply Last reply
            0
            • U uspatel

              You need to use these concepts 1.WCF Web Service with the client polling the service (simple-basic scenario - easy to implement, not very efficient) 2.WCF Duplex Web Service with the server updating clients when needed (a bit more complicated) 3.TCP Socket-based solution, hardest to implement but permits much better control. There is a very good example in Matthew McDonald's book "Pro Silverlight 3" http://stackoverflow.com/questions/4716279/need-concept-regarding-windows-based-chat-application[^]

              Thanks


              Blog |Articles|Answers

              S Offline
              S Offline
              speedchandu
              wrote on last edited by
              #6

              Thank you sir.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups