Entity Framework Classic is a supported version from the latest EF6 code base. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
The Bulk Operations library is used under the hood in Entity Framework Extensions. You can now use your Entity Framework Extensions license to activate this library without using EF.
The Eval Expression.NET library allows you to compile and execute code at runtime. One of the major benefits, when used with Entity Framework, is the ability to create LINQ dynamically.
We will add chaining method as we did in Dapper Plus.
BatchSaveChanges allow you to batch all queries from SaveChanges without modifying the SQL. It allows reducing the number of database round-trip using the same SQL as SaveChanges.
We are currently re-writing all the documentation to include online examples on .NET Fiddle and videos to make it easier to get started.
ZZZ Projects is more than just Entity Framework Extensions; we offer a myriad of free products that contribute to the growth of the .NET community.
By renewing your license, you help to keep those products free and available to everyone. Who knows, you might already be using some of them.