I have created a web service using JSON and REST. What I want to know is how to output contents of a local database using the service?
I am using Visual Studio 2015, ASP.NET Web Forms and LINQ data source.
I think I have to use some c# code as well to get this working but I am not sure.
I have tried different approaches but cannot seem to find the right solution.
I was spending some time on the following but it is not what i am looking for...