Skip to main content

Windows Communication Foundation (WCF) Screencasts

On this page you will find many videos designed for Windows Communication Foundation (WCF) developers of all levels, from the novice to the seasoned professional. The videos are intended as a complement to the articles and code samples available, to help express concepts to those who prefer watching how something is done over reading about it.

WCF REST Starter Kit

The WCF REST Starter Kit is a set of features, Visual Studio templates, samples and guidance that enable users to create REST style services using WCF. It provides features that enable or simplify various aspects of using the http capabilities in WCF, such as caching, security, error handling, help page support, conditional PUT, push style streaming, type based dispatch and semi-structured XML support. The WCF REST Starter Kit also provides Visual Studio templates for creating REST style services such as an Atom feed service, a REST-RPC hybrid service, Resource singleton and collection services and an Atom Publishing Protocol service. In addition, there are samples, documentation and other guidance that help to use these new capabilities.

Screencast
Getting started with the WCF REST Starter Kit Preview 2

In this short video, CSD MVP Aaron Skonnard from PluralSight guides the viewer through the Preview 2 release of the WCF REST Starter Kit.

Screencast
Consuming REST services with HttpClient

In this short video, CSD MVP Aaron Skonnard from PluralSight demonstrates how to consume REST services using the new HttpClient class that ships with the WCF REST Starter Kit, Preview 2.

Screencast
WCF REST Starter Kit Lab 1 - Hello REST

Are you new to REST? New to WCF? No worries. In this simple lab we will build a "Hello World" SOAP service and then convert it to a REST service.

This screencast is a walkthrough of the WCF REST Starter Kit Hands On Lab 1 - Hello REST.

Screencast
HttpClient Query String and Form Input Management

In this short video, CSD MVP Aaron Skonnard from PluralSight guides the viewer on how to manage query string and form input while consuming REST services.

Screencast
WCF REST Starter Kit Lab 3 -REST Collection Service

The WCF REST Starter Kit includes a new REST Collection Template. In this lab we will build a service based on this template.

Screencast
Processing Message Content using HttpClient class

In this short video, CSD MVP Aaron Skonnard from PluralSight guides the viewer through different techniques for processing messages using the new HttpClient class that ships with the new WCF REST Starter Kit Preview 2.