Is WEB API the best way to build web services ?I have not built web services for some time, but need to do some very soon, and am quickly researching the best way.
I am thinking of using .net WEB API (with visual studio 2012).
I want to keep things as simple as possible.
the web services will either
a) read data from sql server and return it
b) update data in SQL server - preferably be calling a stored procedure.
Any comments welcome re if WEB API is the best way, and anything else I should check out.
Like I said , would like to keep things simple for now.