I have a 6 year ago VB.NET project in Visual Studio 2005 and SQL server 2005. This project gets the data using stored procedures and I’m planning to do a mobile project but can’t get the data from the database because I haven’t got webservices or REST services.
How should I start to transform the stored procedures to services that can be called outside? Is there a tool that does it directly?
I have a 6 year ago VB.NET project in Visual Studio 2005 and SQL
Share
I don’t know of a tool to automatically do it, but here is a sample stack
Mobile App –> Asp.Net Web API –> EF / code first –> SP –> DB