VS2008/.Net 3.5 and LINQ to XSD
I used LINQ to XML. Since it is untyped, I feel it is less safe and a bit ugly - well, easy for sure. Between DOM and LINQ to XML, I absolutely prefer LINQ - DOM is dumb, esepcailly the traditional DOM that's not integrated with xpath etc.
I am interested in LINQ to XSD as it is typed. I read about it, and saw some alpha implementation. But I am not sure whether it is a part of .Net 3.5; also whether it is integrated in VS2008 - in the sense whether it generates required types based on XSD.
|