WCF REST | Web API |
---|---|
To use WCF as WCF Rest service you have to enable webHttpBindings. | This is the new framework for building HTTP services with easy and simple way. |
It support HTTP GET and POST verbs by [WebGet] and [WebInvoke] attributes respectively. | Web API is open source an ideal platform for building REST-ful services over the .NET Framework. |
To enable other HTTP verbs you have to do some configuration in IIS to accept request of that particular verb on .svc files | Unlike WCF Rest service, it use the full featues of HTTP (like URIs, request/response headers, caching, versioning, various content formats) |
Passing data through parameters using a WebGet needs configuration. The UriTemplate must be specified | It also supports the MVC features such as routing, controllers, action results, filter, model binders, IOC container or dependency injection, unit testing that makes it more simple and robust. |
It support XML, JSON and ATOM data format. |
|
Search This Blog
Friday, 11 August 2017
WCF REST Vs Web API
Subscribe to:
Post Comments (Atom)
Elasticsearch - Nodes, clusters, and shards
Elastic Stack Video - Load your gun in short time. Beginner's Crash Course to Ela...
Recent Post
-
When using the msearch (multi-search) API in Elasticsearch, you can search across multiple indices in a single r...
-
Elastic Stack Video - Load your gun in short time. Beginner's Crash Course to Ela...
-
Docker Error: no matching manifest for windows/amd64 10.0.18362 in the manifest list entries. ...
No comments:
Post a Comment