WCF - Windows Communication Foundation

WCF Binding Behavior

Posted by admin on August 26, 2011 at 10:42 am

Hello friends, in my last article I discussed regarding declaring the end point in appconfig file of consol WCF application. The WCF services support multiple protocols as discussed earlier. So now case when one client is using SOAP via HTTP and another is using binary via TCP, in such case we need to have multiple [...]

What are exactly end points in WCF?

Posted by admin on August 19, 2011 at 7:05 am

Hello friends in this article I will describe the EndPoints in WCF. In my last article I have described regarding the WCF introduction the way one application interact with another via a web service call. As you all know when any application required interacting with any other application we do require to have end to [...]