Learn how to consume a WCF Service
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will walk you though step by step on how to setup your .net application to consume as WCF service.
We will show you how you can Visual Studio to create your service proxy as well as how to use SvcUtil to create the proxy.
|
|
Migrating from .asmx web services to WCF web services
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will walk you though the process of converting your company from using .asmx services over to wcf services.
The focus of this episode is how you can setup your environment to support both types of services and use the same back end. This will allow you to slowly convert ...
|
|
Ajax-enabling your WCF services
Category: Languages > .net
Posted: 09 Mar 09
This screencast guides the viewer through the process of Ajax-enabling your WCF services, allowing you to easily consume them from within your Ajax cli...
|
|
Calling RESTful Services with WCF
Category: Languages > .net
Posted: 09 Mar 09
This screencast introduces developers to the client-side experience for using WCF to consume RESTful services. You'll see how to use the new WebChannel...
|
|
|
|
|
|
|
Configuring MEX endpoints
Category: Languages > .net
Posted: 09 Mar 09
Learn how to configure your WCF services with Metadata Exchange (MEX) endpoints - both over HTTP and TCP - allowing consumers to automatically retrieve...
|
|
|
|
Configuring Bindings
Category: Languages > .net
Posted: 09 Mar 09
Learn how to configure bindings on your WCF endpoints, which will allow you to customize the precise communication details you wish to support on your ...
|
|
Configuring WAS for TCP endpoints
Category: Languages > .net
Posted: 09 Mar 09
Learn how to configure Windows Process Activation Service (WAS) for TCP-based activation, making it possible for you to host your WCF service in IIS wi...
|
|
|