|
|
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 ...
|
|
|
Implementing a REST service with WCF (part 1)
Category: Languages > .net
Posted: 23 Jun 09
In this episode we will be taking a look at how to implement a RESTful service using WCF (Windows Communication Foundation). We will start off by taking a look at what a RESTful service is and the move on to actually creating one with WCF
|
|
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...
|
|
|
|
|
|
|
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 ...
|
|