Rest For ASP.NET MVC SDK and Sample
Posted by: youve been HAACKED,
on 17 Aug 2009 |
View original | Bookmarked: 0 time(s)
When building a web application, its a common desire to want to expose a simple Web API along with the HTML user interface to enable various mash-up scenarios or to simply make accessing structured data easy from the same application. A common question that comes up is when to use ASP.NET MVC to build out REST-ful services and when to use WCF? Ive answered the question before, but not as well as Ayende does (when discussing a different topic). This is what I tried to express. In many cases,...