In the previous post I looked at how to add a very simple WebApi 2.2 REST service and demonstrated GET method using VS2013 and in particular VB.net (as the years go by VB.net examples are becoming rarer; it seems everyone is moving to C# and whilst I can program in C# I prefer VB.net). In this post I wanted to know how… Read more →
Month: February 2015
Asp.net WebApi 2.2 (REST) with Webforms and VB.net – Simple Example with Visual Studio 2013 (Part 1)
I’ve been playing with ASP.net WebAPI recently and wanted to see if it was possible to use WebAPI into an ASP.net Web Forms Application. It looks like the answer is yes that is possible. I found a number of examples online eg “5 Simple Steps for Using Web API in ASP.NET Web Forms Application” but most .net examples these days seem to… Read more →