Abu's blog

.NET, SQL Server & Random Thoughts

Browse by Tags

All Tags » REST (RSS)
RESTful WCF Service
RESTful WCF Services works by identifing the Resources & Action from Uniform Resource Identifiers (URIs). A RESTful web service is called by a unique URI to refer a resource and HTTP verb is to define actions to the resource. HTTP Method - Verb GET...
Posted: Wed, Jul 8 2009 19:10 by abu | with no comments
Filed under: , ,
REST in WCF
The series blog post on REST in WCF REST in WCF - Part I (REST Overview) REST in WCF - Part II (AJAX Friendly Services, Creating The Service) REST in WCF - Part III (AJAX Friendly Services, Consuming The Service) REST in WCF - Part IV (HI-REST - Exposing...
Posted: Tue, Dec 23 2008 14:26 by abu | with no comments
Filed under: , , ,
Url Rewriting using WCF
One of my interesting thing is "URL Rewriting". The first time I have implemented it through implementing HTTPHandler using .NET 1.1. Same concept I have applied to a Document Management Service [DMS] project to PUT the document and GET the...
Posted: Mon, Dec 22 2008 21:26 by abu | with no comments
Filed under: , , , ,