tags:

views:

126

answers:

2

Is there a series of webcasts for Windows Identity Foundation. I don't seem to find any that talks about WIF in depth.

A: 

Here you can find webcasts and tutorials:

Windows Identity Foundation

Hun1Ahpu
There are a few webcasts, but not as indepth as their WCF series.
DotnetDude
+2  A: 

Have you seen

Also have you downloaded the WIF SDK? You'll need the WIF runtime installed before installing the SDK. The SDK contains a compiled HTML file that has a lot of good information on the WIF API inside (perhaps the best documentation at this moment that I've found along with the Windows Identity Foundation Whitepaper for developers).

Russ Cam
Russ - Yes, I've downloaded WIF runtime. I didn't realize it has a SDK too. I'll check out the developer training course and I do have the whitepaper.
DotnetDude