Web-API REST Design Principal
(1) Every thing is a Resource.
(2)Each and every resource is identified by Unique URI.
(3)Use Standard HTTP Methods
(4)Allow multiple representation for same resource
I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added a...
No comments:
Post a Comment