https://github.com/vanhakobyan/asp.netwebappexamles
:loudspeaker: HTTP is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data.
https://github.com/vanhakobyan/asp.netwebappexamles
api api-client mvc web-application webapi
Last synced: 4 months ago
JSON representation
:loudspeaker: HTTP is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data.
- Host: GitHub
- URL: https://github.com/vanhakobyan/asp.netwebappexamles
- Owner: VanHakobyan
- Created: 2017-04-14T09:04:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T11:59:57.000Z (almost 7 years ago)
- Last Synced: 2025-08-16T08:41:04.366Z (4 months ago)
- Topics: api, api-client, mvc, web-application, webapi
- Language: C#
- Homepage:
- Size: 860 KB
- Stars: 10
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HTTP is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible, and ubiquitous. Almost any platform that you can think of has an HTTP library, so HTTP services can reach a broad range of clients, including browsers, mobile devices, and traditional desktop applications.
ASP.NET Web API is a framework for building web APIs on top of the .NET Framework. In this tutorial, you will use ASP.NET Web API to create a web API that returns a list of products.