How to create a custom REST Service using ASP.NET Web API ?
i want to use this as a middleware/businesslogic layer which in turn consumed by a web part within SharePoint. and the methods inside the web api, has to call stored procs in sql server.
is this possible? i am new to this web api framework