Is Entity Framework more mockable than Linq2Sql?

Posted by lance on Stack Overflow See other posts from Stack Overflow or by lance
Published on 2010-05-12T15:45:26Z Indexed on 2010/05/12 15:54 UTC
Read the original article Hit count: 172

I've found that Linq2Sql doesn't (Rhino) mock well, as the interfaces I need aren't there. Does EF generate code that's more mockable?

NOTE: I'm not mocking, yet, without interfaces, the next reader of this question may not have my bias.

EDIT: VS2008 / 3.5 for now.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about linq-to-sql