Converting a SQL Table to JavaScript Objects Using the ASP.NET MVC Web API
Happy Independence Day! Here I will describe an alternative to an earlier post that described using a SQL stored procedure to convert a SQL table into a JavaScript object. One of the comments left on that post made me wonder why someone would not want to use the stored procedure method. After querying a large … Read more