Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzzprojects/EntityFramework-Effort
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
https://github.com/zzzprojects/EntityFramework-Effort
Last synced: 3 months ago
JSON representation
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
- Host: GitHub
- URL: https://github.com/zzzprojects/EntityFramework-Effort
- Owner: zzzprojects
- License: mit
- Created: 2013-06-21T09:19:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T20:49:55.000Z (8 months ago)
- Last Synced: 2024-05-17T20:34:21.981Z (6 months ago)
- Language: C#
- Homepage: https://entityframework-effort.net/
- Size: 19 MB
- Stars: 431
- Watchers: 27
- Forks: 100
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-Nuget-Packages - **Effort.EF6**
README
## Library Powered By
This library is powered by [Entity Framework Extensions](https://entityframework-extensions.net/?z=github&y=entityframework-plus)
## 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
- [Website](https://entityframework-effort.net/)
- [Documentation](https://entityframework-effort.net/overview)
- [Online Examples](https://entityframework-effort.net/online-examples)## 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
- Projects:
- [EntityFramework Extensions](https://entityframework-extensions.net/)
- [Dapper Plus](https://dapper-plus.net/)
- [C# Eval Expression](https://eval-expression.net/)
- Learn Websites
- [Learn EF Core](https://www.learnentityframeworkcore.com/)
- [Learn Dapper](https://www.learndapper.com/)
- Online Tools:
- [.NET Fiddle](https://dotnetfiddle.net/)
- [SQL Fiddle](https://sqlfiddle.com/)
- [ZZZ Code AI](https://zzzcode.ai/)
- and much more!To view all our free and paid projects, visit our website [ZZZ Projects](https://zzzprojects.com/).