How are attached properties useful in LINQ?
Posted
by James Cadd
on Stack Overflow
See other posts from Stack Overflow
or by James Cadd
Published on 2010-05-14T15:11:21Z
Indexed on
2010/05/14
15:14 UTC
Read the original article
Hit count: 270
LINQ
|attachedproperties
I got this question during an interview in the past and never really dug into in, but I've put some thought into it lately and I can't come up with a good answer. When I think of attached properties my mind goes straight to UI related concepts - what benefits could be had in using attached properties with LINQ? I'm starting to think the answer is "they're not" unless I find out otherwise!
© Stack Overflow or respective owner