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.
May 15, 2008
May 13, 2008
Linq and RegExp
I’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!
March 4, 2008
Charlie Calvert’s Community Blog : Links to LINQ
That’s a lot of Linq providers/info! Holy cow!
March 3, 2008
Charlie Calvert’s Community Blog : Video of Luke Hoban’s In-Depth Look at C# 3.0
More 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
February 28, 2008
Rob Conery » LINQ Gymnastics: Creating A Predictive Query With LINQ
Pretty 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
February 27, 2008
Rob Conery » Creating IN Queries With Linq To Sql
Linq is just to cool!
February 19, 2008
Feb 17th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET – ScottGu’s Blog
Not 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
January 8, 2008
Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library) – ScottGu’s Blog
Very 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
November 27, 2007
Download LINQPad
This looks really promising. I’m looking forward to upgrading to .Net 3.5 and using LINQ!