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. how do i send notifications using web services?

how do i send notifications using web services?

Scheduled Pinned Locked Moved C#
questioncsharpwcfsysadmin
3 Posts 3 Posters 1 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.
  • T Offline
    T Offline
    tanywali
    wrote on last edited by
    #1

    how do i send notifications using web services from server to client side in c#?i am making a student portal system as my final year project.

    B P 2 Replies Last reply
    0
    • T tanywali

      how do i send notifications using web services from server to client side in c#?i am making a student portal system as my final year project.

      B Offline
      B Offline
      BobJanova
      wrote on last edited by
      #2

      Services that run over HTTP don't allow for 'server push' as HTTP is a stateless, connectionless protocol (at least in principle). You'll need to poll for updates from the client.

      1 Reply Last reply
      0
      • T tanywali

        how do i send notifications using web services from server to client side in c#?i am making a student portal system as my final year project.

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        You wouldn't use a web service to do this. What you want to be looking at is pushing out the data using something like a WebSocket or a FlashSocket. If I were you, I would take a look at SignalR[^] (if you were doing this with Node.JS, I would recommend using Socket.IO[^] instead).

        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