News

An MVC Web API 2.0 with OData implementation that can be used to practice and learn more about OData and how to implement its many features using Microsoft .NET ASP.NET Web API.
Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.
Take advantage of the built-in correlation IDs in Web API to track HTTP requests that flow through multiple back-end services ...
As part of building a client-side application in a test-driven way and using TypeScript, Peter creates a Web API service and writes a test that proves he can access it from JavaScript code -- though ...