MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
All Tags » LINQ » C# (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Mandelbrot revisited - benchmark edition

    I've had fun with the Mandelbrot set in this blog before, using it as an example of an embarrassingly parallelisable problem and demonstrating Parallel LINQ with it. This morning, over breakfast, I described the problem to Christian Brunschen , a colleague of mine who has some parallelisation experience...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 05-18-2008
    Filed under: C#, Wacky Ideas, LINQ
  • Odd query expressions

    Yesterday, I was proof reading chapter 11 of the book (and chapter 12, and chapter 13 - it was a long night). Reading my own text about how query expressions work led me to wonder just how far I could push the compiler in terms of understanding completely bizarre query expressions. Background Query expressions...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-29-2008
    Filed under: C#, LINQ
  • Implementing deferred execution, and a potential trap to avoid

    When talking about LINQ recently, I doodled an implementation of OrderBy on a whiteboard. Now, I know the real OrderBy method has to support ThenBy which makes life slightly tougher, but let's suppose for a moment that it didn't. Let's further suppose that we don't mind O(n 2 ) efficiency...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-28-2008
    Filed under: C#, LINQ
  • Data pipelines as a conceptual stepping stone to higher order functions

    I was explaining data pipelines in LINQ to Objects to a colleague yesterday, partly as the next step after explaining iterator blocks, and partly because, well, I love talking about C# 3 and LINQ. (Really, it's becoming a serious problem. Now that I've finished writing the main text of my book...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-28-2008
    Filed under: C#, LINQ
  • Visualising the Mandelbrot set with LINQ - yet again

    I've been thinking about ranges again, particularly after catching a book error just in time, and looking at Marc's generic complex type . It struck me that my previous attempts were all very well, and demonstrated parallelisation quite neatly, but weren't very LINQy. In particular, they...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-26-2008
    Filed under: C#, Wacky Ideas, LINQ
  • LambdaExpression - source code would be nice

    Just taking a quick break from proof-reading to post a thought I had yesterday. Visual LINQ uses ToString() to convert an expression tree's body into readable text. In some cases it works brilliantly, reproducing the original source code exactly - but in other cases it's far from useful. For...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-21-2008
    Filed under: C#, LINQ
  • Visual LINQ: Watch query expressions as they happen!

    Critical link (in case you can't find it): Source Code Download Update: Dmitry Lyalin has put together a screencast of Visual LINQ in action - it gives a much better idea of what it's like than static pictures do. There's music, but no speech - so you won't be missing any important information...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-20-2008
    Filed under: C#, LINQ
  • Human LINQ

    Last night I gave a talk about C# 3 and LINQ, organised by Iterative Training and NxtGenUG . I attempted to cover all the features of C# 3 and the basics of LINQ in about an hour and a half or so. It's quite a brutal challenge, and obviously I wasn't able to go into much detail about anything...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 02-14-2008
    Filed under: C#, LINQ
  • TypeMock: How to Make Reflective Mocks More Natural

    Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well, it's as easy as this: public static class MockExtender...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 01-31-2008
    Filed under: .NET, SoftDev, C#, Microsoft, MSDN, MVP, Tools, Testing, LINQ, UnitTests, TypeMock
  • Extension methods on lamdba expressions don't work, unfortunately

    Over the Christmas holidays, I thought I'd experiment with something I'd been thinking about a little - sorting a generic IList<T> . Now, before anyone gets huffy, I'm well aware of OrderBy in LINQ to Objects. However, sometimes you want to sort collections in-place, and as IList<T>...
    Posted to Jon Skeet: Coding Blog (Weblog) by skeet on 01-08-2008
    Filed under: C#, LINQ
Page 1 of 3 (21 items) 1 2 3 Next >


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems