Quantcast
Channel: WCF Tutorial » WCF basics
Browsing latest articles
Browse All 10 View Live

WCF Services – Choosing the appropriate WCF binding

Windows Communication Foundation is a programming model that enables us to develop and then expose our services in a variety of different ways. It means a single WCF service can be exposed with...

View Article



WCF Interview Questions – Part 1

This WCF Tutorial is a collection of most frequently asked interview questions about Windows Communication Foundation (WCF) covering the beginner to professional level. Following are the other posts...

View Article

Difference between BasicHttpBinding and WsHttpBinding

Microsoft Windows Communication Foundation comes with a set of built-in bindings and each binding is designed to fulfill some specific need. So, if interoperability is our concern and we need to...

View Article

WCF Interview Questions – Part 2

ThisWCF tutorial is part-2 in series ofWCF Interview Questions.Other parts in this series can be found here. WCF Service Interview Questions - Part 1 WCF Service Interview Questions - Part 2 WCF...

View Article

Image may be NSFW.
Clik here to view.

3 techniques for Instance management in WCF

Instance management basically defines the binding of service instance to a request received from a client. In case of WCF, following three techniques for service instantiation are available:  PerCall...

View Article


DataContract Vs MessageContract in WCF

Data Contract in WCF is an agreement between parties (i.e. a service and a client) that describes what type of data will be exchanged between them? On the other hand, Message Contract describes the...

View Article

Using WCF Data Contract Known Types by Example

Data Contract describes the type of data that will be sent or received between a service and a client. But in certain scenarios, sent or received data is not known between the the communicating...

View Article

Image may be NSFW.
Clik here to view.

WCF Self Hosting in a Console Application Simplified

In order to host a Windows Communication Foundation Service, we normally need a managed process, a ServiceHost instance and an endpoint configured forWCF Service.We can host aWCF Service in following...

View Article


Image may be NSFW.
Clik here to view.

WCF Hosting in Windows Service Simplified

We have discussed briefly about different available hosting options (Self Hosting, Windows Service, IIS, WAS etc) for WCF Service in separate post “WCF Interview Questions and Answers – Part 1“. In...

View Article


Image may be NSFW.
Clik here to view.

3 Ways to generate proxy for WCF Service

In Windows Communication Foundation, for a client application to communicate with a WCF Service, we have following options: Using ChannelFactory Generating Proxies I have already discussed about...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images