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:
Post a Comment