News

Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.
Web API is the technology of choice for building RESTful web services in .Net. It supports many media types, with application/json the one that’s widely used. JSON is text based and lightweight ...