views:

21

answers:

1

Developing a .net library based on an industry standard. The standard includes data structures and an api for interacting with a server.

I am considering adding a Linq friendly implementation, and to try to either implment or emulate Linq to Entities. The obvious difference is the API is used for CRUD operations, instead of a database server.

I have seen a lot of various articles and tutorials on how to implement parts of this, but was curious if someone can recommend a more comprehensive, start-to-finish guide for this sort of undertaking?

+1  A: 

Check out:

Ahmad Mageed