Is the VB syntax for XLinq documented anywhere This document is mostly C#:
http://msdn.microsoft.com/VBasic/Future/XLinq%20Overview.doc
In specific, what does the Select syntax look like for VB when working with XML Also, is it implemented in the PDC bits
Thanks.

VB syntax for XLinq
Boonster
You can find a basic overview of the syntax for LINQ in VB in the overview for VB 9.0 at the VB developer center. You can find this at:
http://msdn.microsoft.com/vbasic/future/default.aspx pull=/library/en-us/dnvs05/html/vb9overview.asp
Additionally, you can download the LINQ technology preview for VB at:
http://msdn.microsoft.com/vbasic/future/
Look at the "downloads" section to download the preview that is right for you (you need a different download depending on whether or not you are running beta 2 or the RC).
Hope this helps.
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com