News

This is a simple quiz app developed for web clients using JavaScript. It tests your knowledge of Web API's with five questions, and the faster you can answer them, the higher your score. Your score ...
Exceptions are errors that occur at runtime, and exception handling is the technique of handling runtime errors in your application code. Every ASP.NET Web API developer should know how to handle ...
The CRM Web API was released nine months ago and all of our samples so far have simply demonstrated raw HTTP requests and responses. These are the first set of samples you can download and run using ...
Learn how to diagnose and solve common web API issues with tips and tools for checking the documentation, testing the API, reviewing the logs, and debugging the code.
Learn how to use web service API design patterns and standards to improve code quality and maintainability. Discover best practices and guidelines for web service API design.
In this article, Jonathan Allen outlines the design patterns that users of REST specification languages such as RAML, Swagger, and API Blueprint should adhere to when generating code for C# and ...
The ASP.NET customErrors setting talks about when to custom errors, where Web API is when to display exception details. Same settings, but approaching from opposite ends. What if we want to just have ...
web-api-code-quiz. The purpose of this project is to make a Code Quiz using Web APIs. To start the quiz the user will click the start button and be presented with a series of questions they have to ...