menu
arrow_back
what is a web api in ASP .NET
ASP.NET Web API is a framework for building HTTP services that can be consumed by a broad range of clients including browsers, mobiles, iphone and tablets. It is very similar to ASP.NET MVC since it contains the MVC features such as routing, controllers, action results, filter, model binders, IOC container or dependency injection.

What is Web API and why to use it?

09

23

keyboard_arrow_up