Hi, Is there LINQ provider to access XAML?
+1
A:
What exactly do you need it to do? In many cases I'd expect LINQ to XML to work well enough. If you want to be able to find a specific element and then get the object represented by it, that could be trickier - partly due to dependencies etc.
Jon Skeet
2010-02-04 07:15:51
I know you are *the* Jon Skeet, but shouldn't this be a comment instead of an answer?
Natrium
2010-02-04 07:28:59
@Natrium: I considered that - but felt that the "LINQ to XML" part could be useful as an answer instead. If the OP expands the question in a way that means it's not a useful answer, I'll delete it.
Jon Skeet
2010-02-04 07:35:00