Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am a mobile app developer.
Now I am developing iOS app. In my app I am going to connect MSSQL db and access some data.
After some processing, I am going to save the result to db.
Server program is built using ASP .NET MVC5.

About PHP server I developed db access using RESTful such as "http://url.com/dbAccess.php?userID="--"&pwd="**"…". I think I can perform that also using RESTful.
But How I can use that with ASP .NET server?
How I can do?
Posted

Yes, there are a lot of articles and code snippets here on codeproject.com dealing with .NET Web API.

Here's one, for instance, that covers the basics: CRUD with SPA, ASP.NET Web API and Angular.js[^]
 
Share this answer
 
You'll likely need to develop an API component to expose your SQL Server data and allow updates. Take a look at the articles here relating to WebAPI 2.0.
 
Share this answer
 
Comments
Member 11484753 3-Jun-15 21:47pm    
Where can I find articles? Did you mean that I do it to find by "WebAPI 2.0".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900