Skip to content

Releases: zzzprojects/EntityFramework-Classic

v7.0.12

07 Sep 01:14
7c0dab0
Compare
Choose a tag to compare

Download the library here

  • ADDED: Query Cache feature
  • FIXED: Trial for September

Trial unlocked for the current month (September)

v7.0.11

30 Aug 22:19
f855c17
Compare
Choose a tag to compare

Download the library here

  • Monthly trial release (for Enterprise version)

Trial unlocked for the current month (September)

v7.0.9

23 Aug 14:50
c465906
Compare
Choose a tag to compare

ADDED: Reference to Z.EntityFramework.Extensions.Classic to add some community & enterprise features

Community

  • DeleteFromQuery
  • UpdateFromQuery

Enterprise

  • BulkSaveChanges
  • BulkInsert
  • BulkUpdate
  • BulkDelete
  • BulkMerge
  • BulkSynchronize

v7.0.8

22 Aug 01:28
c465906
Compare
Choose a tag to compare

IMPROVED: Parameter naming for BatchSaveChanges

v7.0.7

16 Aug 23:13
b1c1062
Compare
Choose a tag to compare

ADDED: QueryFuture
ADDED: EF Classic Enterprise license now fully unlock all Z.Expressions.Eval library features.

v7.0.5

16 Aug 02:44
021cf50
Compare
Choose a tag to compare

ADDED: Support to Dynamic LINQ using the Z.Expressions.Eval library. All LINQ dynamic extensions will be available for free (in community and enterprise version).

v7.0.2

15 Aug 21:30
917962b
Compare
Choose a tag to compare

ADDED: BatchSaveChanges and BatchSaveChangesAsync. Enhance the save performance by reducing the number of database roundtrip required. Multiple commands are combined together instead of executing them one by one.

v7.0.1

06 Aug 21:20
Compare
Choose a tag to compare

FIXED: Issue with NSubstitute caused by an assembly attribute not removed

v7.0.0

05 Aug 17:54
Compare
Choose a tag to compare

Stable Version Release!

MODIFIED: Almost all files has been moved into shared projects
FIXED: Performance issue with Change Tracker for One to Many relationships
FIXED: Some spelling mistakes reported by the community
ADDED: Query translator for new Guid(value)
ADDED: AlsoInclude method for include chain
ADDED: ThenInclude method for include chain
ADDED: QueryDeferred methods for deferring immediate method
ADDED: UseDatabaseFirst feature for .NET Standard to allow to use a database first model
ADDED: UseFiddleSqlCompact feature for adding example with SQL Compact on .NET Fiddle