linqbridge

LINQBridge users: is it feature-complete?

For desktop programmers, do you avoid deploying .NET 3.5 framework on client machines for its big footprint? If so, is LINQBridge feature-complete? [EDIT] .NET 3.5 Framework evokes a feeling of OLE 2.0 (aka COM). When 2.0 newly came out, some users then are asking if there will be OLE version 3.0. But there will be none. OLE 2.0 is...

Linq bridge performance

Has anyone here used Linq Bridge If so, what is its performance like? Is it a full replacement for linq? ...

Datatable does not contain a definition for AsEnumerable using LinqBridge1.1 in C#2.0

Hi, i'm trying to use linq in c#2.0(linqbridge) to search for a patient name in my database, but i'm getting the following errors: System.Data.Datatable does not contain a definition for AsEnumerable() System.Data.Datatable does not contain a definition for CopyToDataTable() I added the linqBridge.dll reference to my project. And i'm us...