WebApi Top questions

Post

New Post


Find by name:

WebApi First Name PostDate
Name the tools or API for developing or testing web api? Jersey API CFX Axis Restlet
What is REST? REST is architectural style. It has defined guidelines for creating services which are scalable. REST used with HTTP protocol using its verbs GET, PUT, POST and DELETE.
How to unit test Web API? We can perform a Unit test using Web API tools like Fiddler. Here, are some setting to be done if you are using Fiddler –Compose Tab -> Enter Request Headers -> Enter the Request Body and execute