InterviewSolution
Saved Bookmarks
| 1. |
What is ASP.NET Web API? |
|
Answer» ASP stands for ACTIVE server pages. ASP.NET is an updated version of legacy ASP. It is a framework that is used for developing HTTP services to PROVIDE RESPONSES to client requests. It can be accessed in different applications on different platforms. It is provided by Microsoft open-source technology for developing and consuming HTTP-based services on top of .NET Framework. It is very easy to build HTTP services using ASP.NET WEB API. These services can be used by different clients as given below:
|
|