I'm trying to decide whether I should use ServiceStack with MVC or
ASP.NET web. I used MVC before and I liked it much better than the traditional
ASP.NET web application. However, after seeing how great ServiceStack is I'm having a second thought about MVC. I would like to access the same service from a Razor View or from a mobile application. I know ServiceStack supports Razor from
ASP.NET web or even from a console application.
So, my question is which approach do you recommend? ServiceStack with MVC or
ASP.NET web?
Thanks,
Ermias.