ASP.Net web API


• ASP.Net Web API is an non-opinionated FrameWork to built HTTP Services Regardless to REST

• Web API allows for both IIS Hosting (or) Self Hosting

• Web API Supports content negoiation and media types....

• Web API is Mostly Built on Top of ASP.Net For RESTFUL Services

• Released in ASP.Net MVC



• HTTP verb Forms are as

HTTP GET

HTTP POST

HTTP PUT

HTTP DELETE