deepinthecode.com
Creating an ASP.NET MVC 4 RESTful API for a SQL Stored Procedure - Deep in the Code
In order to use the information from the SQL stored proc I implemented that would create a JSON Object from a SQL table, I needed to build an RESTful API web service that would retrieve the JSON for use elsewhere. Finding information on building an ASP.NET-based API that used a stored proc to pull the … Continue reading "Creating an ASP.NET MVC 4 RESTful API for a SQL Stored Procedure"
David Young