What is WebAPI?
1173
04-Apr-2018
Shrikant Mishra
23-Nov-2020Where the HTTP is a most used protocol. For the past several years, the browser was the most preferred client by which we consumed data exposed over HTTP. However as years passed by, client variety started spreading out. Like this, we had demanded to consume data on HTTP from clients like mobile, JavaScript, Windows applications, etc.
According to satisfying the broad range of clients, The REST servise was the proposed an approach. Where A WebAPI is the technology by that you can expose data over HTTP following REST principles.
Hemant Patel
04-Apr-2018In .NET, Web API is a framework in ASP.NET that makes it easy to build HTTP services that reach a broad range of clients. It's also including browsers and mobile devices.