|
|
-
|
|
Hi Geeks, In general Behavior or behaviour refers to the actions and mannerisms made by System in conjunction with its environment, which includes the other systems around . It is the response of the system to various stimuli or inputs. * WCF Behaviors are classes that affect runtime operati......
|
|
-
|
|
Hi Friends, WCF Binding is the way which defines how communication is going to take place in between client and the hosted service using endpoints. * Bindings are used to specify the transport, encoding, and protocol details required for clients and services to communicate with each other. * A bi......
|
|
-
|
|
Hi Geeks, In our last post Channel shapes and Communication Patterns we saw how channels are used to transform message from client to server and vice versa. Today we will see Channel Objects and how they work . There are three categories of channel objects 1) Channel 2) Channel Listeners (Respo......
|
|
-
|
|
Hi Geek, In our last post Channels , we see how messages are exchange in WCF using channels , In this post we will see the types of message exchange patterns in WCF . WCF supports three distinct message-exchange patterns: 1) One Way 2) Duplex 3) Request Reply 1) One Way Communication Pattern ......
|
|
-
|
|
Hi Geeks, Today we will see a very important feature/part of the WCF called CHANNELS. A CHANNEL IS THE CONDUIT through which all messages pass to and from WCF applications. It is responsible for preparing and delivering messages in a consistent way. Channels are defined for transports, protocols......
|
|
-
|
|
Hi , Today we will see the most important concept in the WCF Framework called CONTRACTS. * IN every day world , a contract is a binding agreement between two or more parties that specifies the supply of goods or services for a known price. * In the world of WCF, a contract has a similar function:......
|
|
-
|
|
Hi Geeks,
In this article,we will cover following things
Create a WCF Website
Host a WCF website in IIS [Internet Information Services]
Test the hosted site [To check whether it is correctly hosted or not]
NOTE:
To host the WCF website in IIS.Before ,......
|
|
-
|
|
Hi Geeks, In last post Implementing WCF service in code we saw how to create a client using c# code. Today we will see how to create a client using Configuration files which is quite simpler than writing in a code. * For ease of developers WCF provides ASR (Add Service Reference) feature as WCF i......
|
|
-
|
|
Hi Friends, As we are going through the WCF, we saw in our previous posts how to create and implement a Web service in a WCF.But then again question arises how to access that Web Service?? To access any Web Service we need to create a client for accessing the service.A client in a simple word a pe......
|
|
-
|
|
Hi Friends,
We have learnt how to write the web service using WCF,In this article we will see
how Metadata in WCF refers to the information that describes precisely
how to communicate with a service.
* Clients can request metadata from a running service to l......
|
|