Merry Christmas

I'll be on and off line for the next few days, so there may not be a new Linq Exchange post until Jan 2.

Have a Merry Holiday (please substitute the appropriate holiday you celebrate, here), and Happy New Year.

Read Users' Comments (0)

LINQ to XML and Line Numbers

There are times when it is useful to know the line number of a node
in an XML file. This information can be a helpful to users,
particularly if you want to report an error. It can also be convenient
to search for a node by line number, but that can, of course, be a very
risky endeavor, as [...]

Read Users' Comments (0)