Microsoft recently announced that he has stopped Linq-To-Sql development and 
recommends to use Entity Framework instead.
Unfortunately, EF is not available in Linux due to MS license.

Many of functions are same in EF & DbLinq.
EF has well defined Provider interface and there are may implementations of 
this.
So DbLinq can use EF dataproviders it it uses EF Provider interface for data 
access.

How to use DbLinq to implement EF  ?

Andrus. 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to