ASP.NET Web API Design: A How-To Guide
Visual Studio provides an option for web applications called ASP.NET Web API. This is a technology designed to make it easy to build HTTP-based solutions that follow the commonly accepted conventions for REST APIs. You can choose a Web API template or select the references when you create a new web project from within visual studio. Recently I led a course for Web API Design at Microsoft Virtual Academy and through a series of modules provided tips, tricks, and best practices and demonstrated how to leverage Web API to build REST-based se
More