public marks

PUBLIC MARKS from ERSWeb with tag WCF

November 2008

Comparing ASP.NET Web Services to WCF Based on Development

(via)
Outlines the basic differences between the two. Gives a developer a better idea of when to use WCF and when not to.

October 2008

Exposing a WCF Service With Multiple Bindings and Endpoints

(via)
Windows Communication Foundation (henceforth abbreviated as WCF) supports multiple bindings that allows developers to expose their services in a variety of ways. What this means is a developer can create a service once and then expose it to support net.tcp:// or http:// and various versions of http:// (Soap1.1, Soap1.2, WS*, JSON, etc). This can be useful if a service crosses boundaries between intranet and extranet applications for example. This article walks through the steps to configure a service to support multiple bindings with Visual Studio 2008 and the .Net 3.5 framework. For those that want to jump directly to the sample solution it can be found at the end of this article.

March 2007

How To: Create a Custom Token

How to create a security token authentication scheme under WCF. Prior method in WSE3.0 is not compatible with the new foundation.

Migrating WSE 3.0 Web Services to WCF

MSDN official guide to service migration under the WSE 3.0 architecture.

Windows Communication Foundation (WCF)

Good document describing new features and backwards compatibility

brianwaustin's TAGS related to tag WCF

.net +   2.0 +   3.0 +   article +   asp.net +   binding +   development +   endpoint +   migration +   security +   service +   web +   web service +   webservice +   webservices +   windows +   wse +