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 services with behaviors
Category: Languages > .net      Posted: 09 Mar 09

Learn how to configure your WCF services with behaviors, which will allow you to customize different aspects of the runtime execution "behavior".

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...

Creating custom composite activities in WF
Category: Languages > .net      Posted: 09 Mar 09

Learn how to create activities which compose the functionality of existing activities.

Creating custom activities in WF
Category: Languages > .net      Posted: 09 Mar 09

Learn how to create basic activities including the use of dependency properties to enable activity binding

Hosting WCF services in Windows Services
Category: Languages > .net      Posted: 09 Mar 09

Learn how to host your WCF services within a traditional Windows Service when you can't use (or don't want to use) IIS hosting techniques for whatever ...

Calling services asynchronously with WCF
Category: Languages > .net      Posted: 09 Mar 09

Learn how to invoke Web services asynchronously with WCF in order to avoid tying up your main application thread.

Understanding ViewState in ASP.NET
Category: Web Development > Asp.net      Posted: 09 Mar 09

A walk through of how ViewState in ASP.NET works. This screencast shows exactly how ViewState works, how it can be parsed with external tools, when it ...

Using the WCF Send activity in workflows
Category: Languages > .net      Posted: 09 Mar 09

Learn how to use the Send activity consume services from workflows using WCF. This screencast will provide the basics of configuring the activity, sett...

XSLT debugging in Visual Studio
Category: Languages > .net      Posted: 09 Mar 09

Learn how to use the many features available in Visual Studio for working with XSLT and XML including step-through debugging of XSLT programs

Using the WCF Receive activity in WF
Category: Languages > .net      Posted: 09 Mar 09

Learn how to use the Receive activity in your workflows to implement WCF services as workflows. In addition, see how to use the WorkflowServiceHost cla...