0

Is there a tool for Entity Framework In Memory database (for unit testing purposes) for standard .NET Framework?

I know there is one for .NET Core that works great, but for this project I need for the standard.NET framework

lucas
  • 4,445
  • 6
  • 28
  • 48
  • Possible duplicate of [How are people unit testing with Entity Framework 6, should you bother?](http://stackoverflow.com/questions/22690877/how-are-people-unit-testing-with-entity-framework-6-should-you-bother) – CodeCaster May 19 '17 at 15:31
  • Please read [ask], [help/on-topic] and share your research. Directly asking for tools is off-topic for Stack Overflow anyway. – CodeCaster May 19 '17 at 15:31
  • Do you mean for EF6? – ErikEJ May 19 '17 at 15:39
  • Yes, Effort.EF6 works great in my case, thanks – lucas May 19 '17 at 16:39

1 Answers1

2

Effort might be exactly what you're looking for.

Tipx
  • 7,367
  • 4
  • 37
  • 59
  • Awesome suggestion, very easy to work with, exactly what I was searching for, thank you – lucas May 19 '17 at 16:35