Welcome to MSDN Blogs Sign in | Join | Help

May 2008 - Posts

Using let in LINQ to Objects - Part 2

In my previous post , I looked at what the compiler generates when you use the let keyword in LINQ to Objects. This is a follow-up post slanted towards performance. To this end, I set up four tests: static void TestBaseline() { var q = from c in Customer
Posted by stuartle | 3 Comments
Filed under: ,

Using let in LINQ to Objects

I've been delving into LINQ to Objects recently (and enjoying it), but had missed the 'let' keyword. A colleague Rupert Benbrook( http://phazed.com ) and I had been chatting about how to solve a particular issue using LINQ to Objects and he sent me a
Posted by stuartle | 5 Comments
Filed under: ,

Breaking the ice

Hi, my name is Stuart Leeks (as you may have guessed from the blog title!) and I'm an Application Development Consultant at Microsoft in the UK. In keeping with the tradition of content-free first blog posts this is is a non-technical post. Future posts
Posted by stuartle | 0 Comments
 
Page view tracker