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
Tell me the code snippet to show how we can return 404 errors from HttpError? string message = string.Format(“TestCustomer id = {0} not found”, customerid); return Request.CreateErrorResponse(HttpStatusCode.NotFound, message);
Test Web api55 yes