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. HELP Regarding Network application

HELP Regarding Network application

Scheduled Pinned Locked Moved C#
csharpwcfsysadminhelpquestion
4 Posts 2 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.
  • A Offline
    A Offline
    amaankhan
    wrote on last edited by
    #1

    Hello Everyone In my project i have a modules in which sub modules are as., 1. Admin( entering the Emp Details) 2. Operator ( Entering the Visitor Details) 3. Client (Emp's) at start the login window will come and then deponding the user name and password they will login i have already created Admin and Operator and working file Admin will enter all the details of employee. Operator : when visitor comes he will enter the details of visitor like name, company number Photo (using webcam) of Visitor etc..... then this information needed to send the person whom the visitor want to meet ( Client) (Employee) through LAN. As soon as the Operator send the information and Emp will see the photo and details, he has the option of accepting or rejecting....... if accepting print the Visitor Card..... or else leave i am not getting wat to use. Socket or Remoting or WCF ? does socket support image sending? i thought about WCF but finding it diffcult to implement kindly help me Thanks in adavance

    H A 2 Replies Last reply
    0
    • A amaankhan

      Hello Everyone In my project i have a modules in which sub modules are as., 1. Admin( entering the Emp Details) 2. Operator ( Entering the Visitor Details) 3. Client (Emp's) at start the login window will come and then deponding the user name and password they will login i have already created Admin and Operator and working file Admin will enter all the details of employee. Operator : when visitor comes he will enter the details of visitor like name, company number Photo (using webcam) of Visitor etc..... then this information needed to send the person whom the visitor want to meet ( Client) (Employee) through LAN. As soon as the Operator send the information and Emp will see the photo and details, he has the option of accepting or rejecting....... if accepting print the Visitor Card..... or else leave i am not getting wat to use. Socket or Remoting or WCF ? does socket support image sending? i thought about WCF but finding it diffcult to implement kindly help me Thanks in adavance

      H Offline
      H Offline
      HimanshuJoshi
      wrote on last edited by
      #2

      amaankhan wrote:

      i am not getting wat to use. Socket or Remoting or WCF ?

      Socket will be the simplest method of all.

      amaankhan wrote:

      does socket support image sending?

      Socket won't know any difference between image and data. You can have your own protocol and add some header information to the client side application to know that the data coming is a image file. The application can then display the image and name accordingly. :thumbsup:

      A 1 Reply Last reply
      0
      • H HimanshuJoshi

        amaankhan wrote:

        i am not getting wat to use. Socket or Remoting or WCF ?

        Socket will be the simplest method of all.

        amaankhan wrote:

        does socket support image sending?

        Socket won't know any difference between image and data. You can have your own protocol and add some header information to the client side application to know that the data coming is a image file. The application can then display the image and name accordingly. :thumbsup:

        A Offline
        A Offline
        amaankhan
        wrote on last edited by
        #3

        ok thanks

        1 Reply Last reply
        0
        • A amaankhan

          Hello Everyone In my project i have a modules in which sub modules are as., 1. Admin( entering the Emp Details) 2. Operator ( Entering the Visitor Details) 3. Client (Emp's) at start the login window will come and then deponding the user name and password they will login i have already created Admin and Operator and working file Admin will enter all the details of employee. Operator : when visitor comes he will enter the details of visitor like name, company number Photo (using webcam) of Visitor etc..... then this information needed to send the person whom the visitor want to meet ( Client) (Employee) through LAN. As soon as the Operator send the information and Emp will see the photo and details, he has the option of accepting or rejecting....... if accepting print the Visitor Card..... or else leave i am not getting wat to use. Socket or Remoting or WCF ? does socket support image sending? i thought about WCF but finding it diffcult to implement kindly help me Thanks in adavance

          A Offline
          A Offline
          amaankhan
          wrote on last edited by
          #4

          Any more Suggestions from anyone :) thanks

          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