Project DescriptionLINQ Mapper translates simple LINQ queries between different sources. It allows you to write queries against your domain model, but have them run against a different model (typically a data model like LINQ to SQL or Entity Framework).
For more details please see the related blog post:
http://chriscavanagh.wordpress.com/2010/05/02/linq-query-translator/