The REST API follows all the rules of the REST Architecture. It has a client-server, stateless, cacheable, layer system with a uniform interface, whereas the RESTful web applications have all the features of the REST architecture with unique additional features. The REST API has a separate system to handle application information.
Subscribe to:
Post Comments (Atom)
Web API Versioning.
Implement the new feature without impacting the existing consumers we can solve this problem by API versioning. When the business has start...
-
Caching is used to improve the performance in ASP.NET MVC. Caching is a technique which stores something in memory that is being used frequ...
-
WCF stands for W indows Communication Foundation. It is basically used to create a distributed and interoperable Application. =========...
-
One can register exception filter globally using following code: Web API global filters are registered through the HttpConfiguration obj...
No comments:
Post a Comment