Monthly Archives: December 2012

REST and RPC in ASP.NET Web API.

What are the best practices for combining REST and RPC in ASP.NET Web API?  Let’s first go over a couple of definitions. A REST based API exposes data as resources (or nouns) at URIs that clients interact with via HTTP … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

Returning plain old text\html from MVC Web API

OK so I’ve been getting my hands dirty with MVC 4 Web API and must say that I love this technology. Today I have actually been using it to mock out calls to an external third party web service. I … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment