• You guys are great.

    I'm surprised they haven't rolled in "native" support in MS SQL for receiving simple form based input: I got my hopes up when SQL 2008 R2 came out with the native Report Server Web Service instead of requiring IIS infrastructure.

    I get it's not the best solution for every scenario, and I get the separation of function argument, but for simple apps it is truly a pest to stay on top of syntax and future compatibility for (e.g.) an OS, IIS, ASP.Net, MVC, and Entity Framework version stack all to collect a few tables worth of data. 😉

    Having a simpler hand-off from browser to SQL would make my life easier.