Derik Whittaker has been running a series of XPath/XLinq comparions and in his last post he compares the performance of the two. The results were quite interesting and surprising to say the least. XLinq is actually 3 times faster when searching for a value in an Xml document! I haven’t done any performance testing like this myself (I will!), but this looks very promising. In Deriks tests it looks like XDocument loads a little slower that XmlDocument, perhaps that loss is in part what improves the performance when searching? I’m thinking maybe they added “indexes” or something similar in XDocument… Anyway, it looks like XLinq is the way to go when manipulating and searching in Xml documents.
Linq and RegExp
May 13, 2008I’ve always struggeled with RegExp. Every time I need one I have to use a tool and then carefully create it. Painful. But today I discovered a new project: Readable Regular Expressions. I basically uses Linq syntax to create the regexp for you! Pretty cool!
Charlie Calvert’s Community Blog : Links to LINQ
March 4, 2008That’s a lot of Linq providers/info! Holy cow!
Charlie Calvert’s Community Blog : Video of Luke Hoban’s In-Depth Look at C# 3.0
March 3, 2008More of a bookmark than anything; I really wanna watch these two presentations asap.
Charlie Calvert’s Community Blog : Video of Luke Hoban’s In-Depth Look at C# 3.0
Rob Conery » LINQ Gymnastics: Creating A Predictive Query With LINQ
February 28, 2008Pretty cool Linq usage. I hope I’ll get a chance to play with Linq in my new job.
Rob Conery » LINQ Gymnastics: Creating A Predictive Query With LINQ
Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET – ScottGu’s Blog
February 19, 2008Not a bad set of links at all! Check out all the Linq providers towards the end of the post. Impressive!
Link to Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET – ScottGu’s Blog
Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library) – ScottGu’s Blog
January 8, 2008Very interesting! I wonder, could I specify _everything_ dynamically? As in; tables, columns etc.
Link to Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library) – ScottGu’s Blog
Download LINQPad
November 27, 2007This looks really promising. I’m looking forward to upgrading to .Net 3.5 and using LINQ!
Posted by noocyte
Posted by noocyte
Posted by noocyte 