it:ad:asp.net:webapi:home

IT:AD:ASP.NET:WebAPI

  • A framework for Http Services in a RESTful manner, on top of ASP.NET
  • WHY?
    • Larger reach: making MVC apps not just browser.
      • Made to expose Services can be exposed to other machines.
      • 'Content Negotiation'
      • Json|XML depending on ContentType
      • Scalable due to async approach
      • Uses http programming model

Things to note:

  • It's for services, Not intended to be browsed to using browser
  • Notice the route. No Actions defined (just controller + access method).
    • The Actions map to Http Method (GET|POST|…)
  • /home/skysigal/public_html/data/pages/it/ad/asp.net/webapi/home.txt
  • Last modified: 2023/11/04 03:37
  • by 127.0.0.1