zzzprojects/EntityFramework-Effort

Missing Effort.CsvTool

xutbest opened this issue · 1 comments

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

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