Bagikan melalui


We know that XLinq rocks, but ....

As much as I appreciated Jim Wooley's response to a post on the xmlteam blog ...

XLINQ is so simple that it doesn't need much discussion. (The same can't be said for the XML Dom which is another reason why I think XLINQ rocks)

... I hope people don't just trust us to do the right thing with XLinq.  We really want people to try it out, yell at us for things that aren't clear or don't work right, and let us know what DOM or XQuery or XSLT or JDOM/XOM does better.

In the six months or so that I've been the program manager for XLinq, I've seen a lot of really beautiful designs go CRUNCH! against the nasty rocks of Reality.  Lots of bad things happen in the XML specs and in XML as practiced that make some of our ideas look a bit pathetic in hindsight.  People who hope to use XLinq someday can't assume that our little team will catch and fix all the gotchas in the all-too-few number of weeks left in the Orcas development cycle.

PLEASE try XLinq (and the other LINQ components, especially in combination) to prototype some realistic projects with real data, and let us know your experience.   We don't even hope that it will do all things for all XML people, but we do hope that it is easy and efficient to use for most mainstream use cases that involve XML creation and processing in the .NET environment. Preliminary feedback indicates that we're going in the right direction, but I'm sure there are a lot of devilish details you can tell us about that need attention.

[fixed spelling of Jim Wooley's name, sorry about that!]

Comments

  • Anonymous
    June 08, 2006
    Mike, Glad you liked the post. My comment about XLINQ being so easy was meant somewhat tongue-in-cheek which is hard to portray in print at times. I was trying to complement you guys on the good work.

    From what I've seen so far, the biggest downsides with XLINQ relate to the namespace and type handling (see the recent forum post http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=442608&SiteID=1 for example). What I would like to see is to be able to identify a schema for the XML and then not need to worry about all of the casting when querying the XML.

    (One other complaint, check the spelling of my last name.)
  • Anonymous
    June 11, 2006
    We're still not ready to talk about plans to "identify a schema for the XML and then not need to worry about all the casting" but that is definitely being actively researched and prototyped. This feature will not make it into Orcas, but beyond that all options are open.  Look for a post on the XML Team Blog in the next few days asking for input on use cases, requirements, challenges with other technologies you would like us to overcome, etc.

    Thanks for the reminder about http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=442608&SiteID=1 I think we clarified with the poster how to do this, and I should definitely write that up for this weblog (and reply to the forum).