Monday, December 26, 2016

Web-Api

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

No comments:

Post a Comment

Could not find a part of the path ... bin\roslyn\csc.exe

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...