WCF Episodes


# 154
12/8/2009
Level: Intermediate
Tags: WCF
Comments: (6)
Views: (2448)
Watched: (786)
Downloads: (1297)
Author:
Derik Whittaker


How to host a WCF Service inside your Windows Service
In this episode we are going to take a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this.
Click here to Watch this Episode

Download (15.65 MB) (9:03) (1440x900)
Download (10.81 MB) (9:03) (960x600)
# 150
10/3/2009
Level: Advanced
Tags: IoC WCF StructureMap
Comments: (20)
Views: (3765)
Watched: (1352)
Downloads: (2093)
Author:
Derik Whittaker
 
Presented By:
Codebetter.com


Adding IoC Support to your WCF Services
In this episode we are going to take a quick look at how to setup your WCF services to use an IoC Container.

When building out a set of services in WCF you still would like to follow the SOLID principles and in order to do this you may want to setup the ability to inject dependencies (via Structure Map) into your services at run time. With WCF extension points this is not only possible, but pretty easy
Click here to Watch this Episode

Download (12.19 MB) (10:42) (1440x900)
Download (11.18 MB) (10:42) (960x600)
# 85
2/15/2009
Level: Intermediate
Tags: WCF
Comments: (9)
Views: (2854)
Watched: (1042)
Downloads: (2659)
Author:
Donn Felker
 
Presented By:
Codebetter.com


Taking a look at how to separate out your WCF service project into multiple parts
In this episode we will take a look at how you can break your WCF service into multiple projects.

We will walk you though how it is possible to put your WCF contracts into a commong project which can be shared by others, as well as how to put you domain entities into their own project. Having the ability to split out these parts allows for cleaner code and better maintainability.
Click here to Watch this Episode

Download (24.50 MB) (7:30) (1440x900)
Download (14.50 MB) (7:30) (960x600)
# 77
1/15/2009
Level: Intermediate
Tags: WCF
Comments: (10)
Views: (3690)
Watched: (1194)
Downloads: (3207)
Author:
Donn Felker


Learn how to consume a WCF Service
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.
Click here to Watch this Episode

Download (23.65 MB) (10:42) (1440x900)
Download (16.39 MB) (10:42) (960x600)
# 73
12/26/2008
Level: Intermediate
Tags: WCF
Comments: (10)
Views: (4065)
Watched: (1432)
Downloads: (2884)
Author:
Donn Felker


Migrating from .asmx web services to WCF web services
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 over any consumers from .asmx to wcf.
Click here to Watch this Episode

Download (12.76 MB) (8:02) (1440x900)
Download (9.15 MB) (8:02) (960x600)
# 71
12/16/2008
Level: Intermediate
Tags: WCF
Comments: (4)
Views: (3892)
Watched: (2008)
Downloads: (3099)
Author:
Donn Felker


Introduction to WCF: Creating your first Service
In this episode we will take a look at how to create your first WCF service. We will first walk you though the ABCs of what a WCF service is, we will then show you step by step how you can create a service
Click here to Watch this Episode

Download (17.60 MB) (12:41) (1024x768)
# 67
12/2/2008
Level: Intermediate
Tags: WCF
Comments: (17)
Views: (4322)
Watched: (1579)
Downloads: (2205)
Author:
Donn Felker


Implementing a REST service with WCF (part 1)
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
Click here to Watch this Episode

Download (15.73 MB) (10:17) (1024x768)