Articles Tagged 'linq'
You can learn a lot by reading other people's source code. That's the idea behind this series, " The Weekly Source Code ." You can certainly become a better programmer by writing code but I think good writers become better by reading as much as th...
This is my last post on this blog. My new blog is here: http://lucabolognese.wordpress.com/ I accepted a role as Director for Credit Suisse in London. I’m excited by the opportunity to work in the financial industry, a long-standing desire of mine...
MSDN: Visual C# Headlines
2/12/2010
Parallel LINQ (PLINQ), the Task Parallel Library (TPL), thread-safe collections, and coordination and synchronization data structures samples.
I've just been fiddling with the first appendix of C# in Depth, which covers the standard query operators in LINQ, and describes a few details of the LINQ to Objects implementations. As well as specifying which operators stream and which buffer th...
The Wayward WebLog
2/9/2010
This is the seventeenth in a series of posts on how to build a LINQ IQueryable provider. If you thought this series would last this long then you must have some eerie metaphysical powers of insight that go beyond mere blind faith in the gods of in...
I was working with a friend recently on a side thing they were doing. They wanted to create an "Export" function for some small bit of data and start it from their website. You'd hit a URL after logging in Some data would come out of a database Yo...
This is going to be fun. It’s a bit of LINQ, a bit of academic Computer Science, and a bit of meteorology. Euler Problem 14 concerns a sequence referred to as hailstorm numbers. Hailstorm number sequences are generated by applying one of two func...
Charlie Calvert
1/27/2010
Welcome to the sixtieth community convergence. I’m going to continue to keep this short, but I plan to update more frequently. Eric Lippert: Why are unused using directives not a warning? Sam Ng: The Pain of deploying Primary Interop Assemblies Sc...
Scott Hanselman
1/27/2010
NOTE: An alternative title to this post might be: " The Weekly Source Code 48: Making The Weekly Source Code 47 Suck Incrementally Less. " Last week I wrote a post about Dynamic Linq Query Generation in order to solve a kind of meta-programming pr...
My previous post had the desired effect: it generated discussion on the LINQ to Rx forum , and Erik and Wes very kindly sent me a very detailed response too. There's no better way to cure ignorance than to display it to the world. Rather than regu...