My interests are in: - Microsoft Visual Studio .Net - Microsoft SQL Server. - Delphi. - ERP. - DNS, SOA, SAS, ... etc.

Thursday, March 6, 2008

InterLINQ 0.2

Codeplex Project InterLinq 2.0
implementing serialization of Expression Trees, allowing to query a remote collection exposed thru a WCF Service, serializing the query (represented in an Expression Tree), deserializing it on the server, and returning the results to the client.
Features:

  • All features of LINQ!
  • Querying of anonymous types (select new { ... } }})
  • Communication over .NET Remoting and WCF

Adapters
Adapters for several LINQ technologies:

  • LINQ to NHibernate
  • LINQ to SQL
  • LINQ to Objects
  • LINQ to Entities (Untested)

No comments: