LINQ

LINQ Programming

This book will be useful for newbies as well as the highly experienced in understanding and applying LINQ to optimize access to various data sources. The material is very useful for anyone...

0 replies - 1345 views - 10/12/09 by jimkohli in Book Reviews

Win Your Copy - Professional ADO.NET 3.5 with LINQ and the Entity Framework

Professional ADO.NET 3.5 is divided into five top-level parts. The chapters in each of these parts focus on a particular aspect of data acces in .NET 3.5. Part I: Getting a Grip on ADO.NET 3.5The...

9 replies - 1506 views - 03/19/09 by alashcraft in Book Reviews

LINQ and The Matrix – Introducing MLinq

Today we’ll take a look at project “MLinq”, a very simple way to perform symbolic matrix calculations based on LINQ expression trees.   ...

0 replies - 687 views - 02/11/09 by bdesmet in News

“The C# Programming Language Third Edition” and thoughts on language evolution

With a hypothetical next release of the C# language around the corner (more about that after Anders, our language Caesar, has delivered his “Future of C#”...

0 replies - 818 views - 10/24/08 by bdesmet in Articles

Who Ever Said LINQ Predicates Need To Be Boolean-Valued?

Back in the wonderful world of LINQ. This time I’d like to highlight one of the most important properties of LINQ: its flexibility. On various occasions...

1 replies - 3231 views - 09/16/08 by bdesmet in News

Say What? VB 9.0 Error “BC36593: Expression of type ‘X’ is not queryable.”

What Do VB 9.0 Error “BC36593: Expression of type ‘X’ is not queryable.” And C# 3.0 Error “CS1936: Could not find an implementation of the query...

0 replies - 1056 views - 09/09/08 by bdesmet in News

Why Data As A Service Isn't A Bad Idea

Early this week I encountered the post "Why the Database as a Service is a Bad Idea" written by Arnon Rotem-Gal-Oz in DZone. The title caught my eye...

0 replies - 1759 views - 08/21/08 by gilf in News

SelectMany: Probably The Most Powerful LINQ Operator

Hi there back again. Hope everyone is already exploiting the power of LINQ on a fairly regular basis. Okay, everyone knows by now how simple LINQ queries with...

0 replies - 4483 views - 08/20/08 by bdesmet in News

Linq : Folding Left, Right And The LINQ Aggregation Operator

A few days ago I blogged about Curry for Dummies, outlining one of the typical techniques employed in functional programming. What I didn't say back then is...

0 replies - 1537 views - 08/18/08 by bdesmet in News

10 Not To Be Missed .NET Articles - July 2008 - .NET Zone

In this months not to be missed .NET articles we cover topics such as multi-language custom controls, troubleshooting linq to sql, the Silverlight 2.0 security...

0 replies - 2697 views - 08/02/08 by Schalk Neethling in News

PHPLinq As Cool As Real LINQ?

I read about the PHP Implementation of LINQ called PHPLinq. Frankly, I was sceptical about it. Finally, I gave it a try. I still remain sceptical... Let me...

1 replies - 2909 views - 07/10/08 by mikeborozdin in News

26 Not To Be Missed .NET Articles - June 2008 - .NET Zone

This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft Robotics...

2 replies - 1897 views - 07/02/08 by Schalk Neethling in News

.NET LINQ to MSI - Part 1 - Interop

Without any physical data access layer, there's no way to build abstractions on top of it. So, in this part of this series we'll take a look at some very...

0 replies - 1732 views - 06/24/08 by bdesmet in News

Linq to SQL with Windows Communication Foundation in a Multi Tiered Environment - Part 2

In the first part of this article, I tried to define a Users & Favorites scenario and the things to keep in mind about Linq to SQL. In this post I’ll...

0 replies - 2193 views - 06/16/08 by sidarok in News

Linq to SQL with WCF in a Multi Tiered Environment – Part 1

In many places, forums, blogs, or techy talks with some colleagues I hear some ongoing urban legends about Linq to SQL I came across: You can not implement...

4 replies - 2237 views - 06/10/08 by sidarok in News