zzzprojects / EntityFramework-Effort

Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.

Home Page:https://entityframework-effort.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Powered By

This library is powered by Entity Framework Extensions

Entity Framework Extensions

Overview

Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.

It is basically an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It also provides some intuitive helper methods that make this provider really easy to use with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data-driven tests that can run without the external database's presence.

NuGet:https://www.nuget.org/packages/Effort/

Useful links

Contribute

The best way to contribute is by spreading the word about the library:

  • Blog it
  • Comment it
  • Star it
  • Share it

A HUGE THANKS for your help.

More Projects

To view all our free and paid projects, visit our website ZZZ Projects.

About

Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.

https://entityframework-effort.net/

License:MIT License


Languages

Language:C# 69.4%Language:TSQL 30.6%Language:Batchfile 0.0%