Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

What are the main components of WCF?

The main components of WCF(Windows communication Foundation) are

1. Service class
2. Hosting environment
3. End point
More reference about this concept
http://www.dotnetfunda.com/articles/article221.aspx#WhatarethemaincomponentsofWCF

Difference between WCF and Web services?

Web Services

1.It Can be accessed only over HTTP
2.It works in stateless environment

WCF(Windows Communication Foundation)

WCF is flexible because its services can be hosted in different types of applications. The following lists several common scenarios for hosting WCF services:
IIS
WAS
Self-hosting
Managed Windows Service