Tags
Articles Tagged 'linq'

Showing 1 to 10 of 1781 2 3 4 5 6 7 8 9 10 > 
To continue our series , let’s see where the fun comes in my look at how easy that is to consume from the client.  First just to help you understand what is happening behind the covers, let’s look at a code-behind solution.  In View\Home.xaml put ...
To continue our series I wanted to look next at how to expose your data from the server side of your application.  The interesting data in your business applications come from a wide variety of data sources.  From a SQL Database, from Oracle DB, f...
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...
Luca Bolognese 2/19/2010
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.
Jon Skeet 2/10/2010
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...
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...
Bill Wagner 2/4/2010
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...
Showing 1 to 10 of 1781 2 3 4 5 6 7 8 9 10 >