So far my options are ADO.Net data services, WCF REST Starter Kit(not sure if I can use it, as their EULA is hard to comprehend and confusing), ASP.NET MVC.
There are quite a few posts, but I want to see if there are anymore frameworks that I am missing. Also please post your experiences if you already used any of the above options.
The scenario I am looking to use is for saving and retreiving some data from a SQL Server database. I am looking for something that already had some infrastructure built into it. I read the other questions but I did not get any concrete experiences that people had with the above mentioned options, so wondering if things changed over time.
Thanks in advance.
Clarification # 1: I am currently limiting my options to MS Stack