July 2011 - Posts

Build truly RESTful API and website using same ASP.NET MVC code by Omar AL Zabir on things you don't find easily

A truly RESTful API means you have unique URLs to uniquely represent entities and collections, and there is no verb/action on the URL. You cannot have URL like /Customers/Create or /Customers/John/Update, /Customers/John/Delete where the action is part...
Filed under: , , ,

Fake a member without worrying about passing the dependency by Mehfuz's WebLog

I have came across this several times in forum (telerik) on how I can really fake an item yet I don’t want to pass the instance as an argument. Ideally, this is not a best design but there are third- partly libraries that you have little control over...
Filed under: , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems