6
Shouts

Building a CRUD in RESTful Services of WCF

published 966 days, 4 hours, 8 minutes ago posted by abhi2434abhi2434 967 days, 23 minutes ago
Monday, October 04, 2010 10:46:13 AM GMT Sunday, October 03, 2010 2:30:38 PM GMT

WCF is being popular day by day. Many of us is building services using WCF and want other application made on different architecture to communicate or inter operate with each other. REST or Representational State Transfer is a Design Pattern to build a service so that it works the same way as service works but it will eventually use Web Request - Response mechanism to communicate between clients rather than using SOAP messages.  In this post, I will give you a step by step approach how you could build yo...

category: How To | clicked: 3 | | source: www.abhisheksur.com | show counter code
tags: C#, WCF, REST