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://entityframework-effort.net/
MIT License
431 stars 99 forks source link

Missing Effort.CsvTool #193

Closed xutbest closed 4 years ago

xutbest commented 4 years ago

Description

In your documentation(https://entityframework-effort.net/export-data-to-csv), it link to Effort.CsvTool but there is 404 not found error. https://github.com/zzzprojects/EntityFramework-Effort/tree/develop/Main/Source/Effort.CsvTool

Exception

404 error

JonathanMagnan commented 4 years ago

You are right,

The branch do not longer exist.

However, you can find it in the master: https://github.com/zzzprojects/EntityFramework-Effort/tree/master/Main/Source/misc/Effort.CsvTool

We added a task to modify the doc during the weekend.

Best Regards,

Jonathan


Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function