WebApi Top questions

Post

New Post


Find by name:

WebApi First Name PostDate
Test Web api55 yes
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);
Name the tools or API for developing or testing web api? Jersey API CFX Axis Restlet