Introduction: In this article,i am going to explain how to create and perform a restful WCF services using linq asp.net and c#. Main: What is REST? REST is an architectural paradigm in which an application’s state and functionality is divided into resources which in turn is addressable using URIs over HTTP. A REST-based model is [...]
Category Archives: WCF
Implementing/Developing/Performing/Creating RESTful WCF Services Asp.Net C# Linq
Posted by on November 28, 2010
1 comment
Invoking/Accessing/Calling WCF Service Without Adding/Creating Proxy/Reference Asp.Net C#
Posted by on November 11, 2010
0 comments
Introduction: In this article,i am going to explain about how to access a wcf service with adding the service reference. Main: We can easily perform this task using channel factory.A channelfactory is a class that helps us to creates channels of different types that are used by clients to send messages to variously configured service [...]