Skip to main content

2 posts tagged with "WCF"

View All Tags

WCF Data Services 5.0 for OData V3

· One min read

Microsoft released WCF Data Services 5.0 for Open Data Protocol (OData)

It facilitates data access and change via standard HTTP verbs.

The package contains:

  1. .NET Framework server
  2. Client libraries and Silverlight client libraries.

Download Link

WCF Step by Step Tutorial

· One min read

Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF we can build secure, reliable, transacted solutions that integrate across platforms.

WCF is a unified framework which provides :

  1. NET Remoting
  2. Distributed Transactions
  3. Message Queues and
  4. Web Services into a single service-oriented programming model for distributed computing.

Read more