179 Views
I’ve published a small project called Linq Mapper that translates simple LINQ queries between different data 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).
0 comments