Entity Framework Effort

What's EF Effort?

What's EF Effort?

Effort stands for Entity Framework Fake ObjectContext Realization Tool. It is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.

When should I use EF Effort?

When should I use EF Effort?

Whenever you need to create a fake or mock database. So you can test your Business Logic Layer (BLL) without worrying about your Data Access Layer (DAL).

Which version of EF is supported?

Which version of EF is supported?

You can use Entity Framework Effort with EF5 and EF6.

Is EF Core supported?

Is EF Core supported?

No, this library doesn't support EF Core yet. There is no planned date yet.

Where can I find examples?

Where can I find examples?

Online examples are now available!

Online Examples