Can I have Entity Framework and Linq-to-SQL run together?

Posted by Shnitzel on Stack Overflow See other posts from Stack Overflow or by Shnitzel
Published on 2010-06-09T22:50:56Z Indexed on 2010/06/09 23:02 UTC
Read the original article Hit count: 224

Filed under:
|
|
|

Hi,

I'd like to know if it's possible to have both Linq-to-SQL and Entity Framework running side-by-side. Our current configuration is Linq-to-SQL and we'd like to eventually move to EF. But there's just too much going on in the Linq-to-SQL side right now and we'd like to do it in phases.

so any chance we can just start writing new stuff in entity framework but leave the older stuff running as is? And is it worth it?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET