Random photo
Loading...
Domains for sale
|
July 26, 2005XML and .Net: fascinating futureIf you thought that some smell of XML in C-omega was amazing, believe me that's nothing. Major XML and .NET integration stories are still ahead of us. Something big is cooking inside the house. Look at these news. From the PDC 2005 Session abstracts: The .NET Language Integrated Query Framework: An OverviewAnd more: Using the .NET Language Integrated Query Framework with XML DataHmmm, marrying XPath, XQuery and DOM. That must be hot. Actually that IQF (Integrated Query Framework) idea is really predictable and unavoidable. When you take a deep look at XPath, XSLT and XQuery as implementor you see how similar they are and naturally Microsoft came up with Query Intermediate Language (QIL) Common Query Runtime (CQR). This stuff is not out of blue research project, it's already implemented in .NET 2.0! Ok, the only query language officially supported via this new common query machinery in .NET 2.0 is old good XSLT 1.0 - XslCompiledTransform class (but as you can guess of course XPath 1.0 is there too). But the architecture is ready for any XML query language, and just as with .NET all it takes to add support for a new language is to develop a compiler to QIL (analog of MSIL). And if you take a broader view, the very next natural step is the Integrated Query Framework. And if that's not enough, look at "XML Generics" by Matt Warren. That's really insane. July 26, 2005 10:28 PM
| #XML
, #XML in .NET
Comments
I'm trying to think of even more insane ideas. :-) Posted by: Matt Warren at August 6, 2005 9:28 AMPost a comment
|