tags:

views:

106

answers:

4

Hi,

I want to study new .NET 3.5 concepts like WPF, WCF for work as well as for interviews. I am aware of .NET 2 but do not have any detailed knowledge of .NET 3.5 and newly added features in .NET 3.5 and C#.

is there any good book/ online resource which would help me?

+3  A: 

you can find video material on WPF here: http://windowsclient.net/learn/.

Training kits here:

Visual Studio 2008 and .NET Framework 3.5 Training Kit http://blog.krisvandermast.com/VisualStudio2008AndNETFramework35TrainingKit.aspx

Training kit for Visual Studio 2008 SP1 and .NET 3.5 SP1 http://blog.krisvandermast.com/TrainingKitForVisualStudio2008SP1AndNET35SP1.aspx

A forum on ASP.NET and WF here: ASP.NET and Windows Workflow Foundation Integration. http://forums.asp.net/1190.aspx

VoodooChild
A: 

John Skeet's book C# in Depth has good coverage of the C# language itself but as for WPF and WCF you can pickup the rest with online tutorials.

Brian R. Bondy
Yes, C# in Depth is a good book. Thanks.
Ram
A: 

This book is usually highly reccomended.

Pro C# 2008 and the .NET 3.5 Platform

Garett
A: 

Andrew Troelsen - C# and the .Net Platform

Sres