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. .NET (Core and Framework)
  4. WEB SERVICE IN ASP.NET

WEB SERVICE IN ASP.NET

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpasp-netquestion
3 Posts 3 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.
  • U Offline
    U Offline
    User 11570737
    wrote on last edited by
    #1

    what is the Importance of web service and When it is Used.

    Z A 2 Replies Last reply
    0
    • U User 11570737

      what is the Importance of web service and When it is Used.

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      This is something you can easily find on your own in google. A web service is used for many different things. Often it is used by javascript to get information from the server without doing a full postback.

      There are only 10 types of people in the world, those who understand binary and those who don't.

      1 Reply Last reply
      0
      • U User 11570737

        what is the Importance of web service and When it is Used.

        A Offline
        A Offline
        Abhipal Singh
        wrote on last edited by
        #3

        In addition to what Ryan said. Web services are generally used to have a multi-tier architecture where web services work typically on the middle tier. Consider a scenario, where we have a database and a website that fetches data from this database. DB---> Website Now, you have a requirement that you need a mobile app, that will use data from the same database. DB---> Mobile Application You will be re-writing the entire logic to fetch data from DB in your mobile app To save yourself from such problems. Multi-tier architecture is the solution DB--->Web Service--->Website DB--->Web Service--->Mobile App DB--->Web Service--->any other client who can consume your web service By using this strategy you just have to write you Data Access Layer in web service only. Your clients will have to consume this service and get he data from it. There are a lot of scenarios where web services help a lot, integrating disparate systems using web services is another example. Google the use of web services and I am sure you will get a lot of stuff related to it.

        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