Clarity, Technology, and Solving Problems | PracticeThis.com
WP7 App with Key Windows Azure resources – Slides, Videos, How-To’s, and T-shooting – for quick consumption on the go.
LinkedIn
From the book RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5.
WebHttpBinding – uses http transport and text encoder.
WebBehavior – end point behavior to dispatch messages based on URIs and HTTP verbs.
WebSericeHost – provides RSTful services hosting configuration [WebServuceHostFactory for IIS/WAS].
WebOperationContext – contains state of the incoming request and outgoing response.
WebGetAttribute – applied to methods to handle GET requests
WebInvokeAttribute – applied to methods to handle POST, PUT, DELETE.
UriTemplate – specifies the template, mapping between the URI and a method
Message - represents return value for RESTful service
DataContract
XnkSerializer
Hybrid (DataContract + Message)