tags:

views:

67

answers:

3

Hi All,

I am new to wpf and Linq. I want to learn data binding in wpf using linq. Which book i can prefer to learn Linq.

Geetha.

A: 

I don't know about WPF but for LINQ you can use something like this. I've read it and it seemed ok to me, you could handle LINQ after reading it and playing with the examples.

Adrian Faciu
A: 

Not sure of a book that is specially targeted to wpf data binding. I learnt WPF from Windows Presentation Foundation Unleashed by A Nathan.

Below are two free resources which are good references for linq and databinding.

101 LINQ Samples

WPF XAML Data Binding Cheat Sheet

Wallstreet Programmer
A: 

To learn LINQ, I recommend the book by Jon Skeet: C# in Depth.
The Second Edition is coming out on Aug. 28, 2010.

Zamboni