ASP Web API Routing Basics

Web API has a default route of HOST/API/Controller but what if we don't want that. How do we change it? Well it's actually easy, so lets do it. Routing in ASP Web API Routing…

ASP Web API POST JSON

Prevouisly on Serversncode we created a WEB API that created Data into a Azure Table storage. This had a POST method that accepts the parameters, ASP WEB API. But what if we wanted to pass the data in as part…

ASP WebAPI

ASP Web API ASP.NET Web API is a framework for building web APIs on top of the .NET Framework. Using ASP.NET Web API you can create a HTTP RESTful services. HTTP is not just for serving up web…