EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

MIT License

Stars
2.2K

Bot releases are visible (Hide)

EntityFramework-Plus - v1.3.4

Published by zzzprojects about 8 years ago

Download the library here

EF+ Query Cache

  • ADDED: Connection String is now part of Cache Key

EF+ Query IncludeOptimized

  • ADDED: AllowQueryBatch property
EntityFramework-Plus - v1.3.3

Published by zzzprojects about 8 years ago

Download the library here

  • FIXED: Query Filter GetDbSet methods for .NET Core.
EntityFramework-Plus - v1.3.2

Published by zzzprojects about 8 years ago

Download the library here

  • ADD: EFCore project are now strongly named.
EntityFramework-Plus - v1.3.1

Published by zzzprojects over 8 years ago

Download the library here

  • ADD: Support to EFCore In Memory for Batch Delete feature
EntityFramework-Plus - v1.3.0

Published by zzzprojects over 8 years ago

Download the library here

  • UPDATE: EF+ Core version from RC2 to RTM
EntityFramework-Plus - v1.2.5

Published by zzzprojects over 8 years ago

Download the library here

  • FIXED: Issue with Query Future + MySQL + constant parameter
  • FIXED: Issue with Query IncludeOptimized + MySQL + constant parameter
EntityFramework-Plus - v1.2.4

Published by zzzprojects over 8 years ago

Download the library here

  • FIXED: Batch Delete issue with Database First
  • FIXED: Batch Update issue with Database First
EntityFramework-Plus - v1.2.3

Published by zzzprojects over 8 years ago

Download the library here

  • FIXED: EFCore release, missing Standard1.3
EntityFramework-Plus - v1.2.1

Published by zzzprojects over 8 years ago

Download the library here

  • FIXED: QueryFuture / QueryIncludeOptimized missed semicolons for MySQL
EntityFramework-Plus - v1.2.0

Published by zzzprojects over 8 years ago

Download the library here

  • UPGRADE: Entity Framework RC1 to RC2
  • FIXED: UpdateFromQuery/DeleteFromQuery issue when model in a different library
  • FIXED: IncludeFilter / IncludeOptimized with Empty Collection
EntityFramework-Plus - v1.0.7

Published by zzzprojects over 8 years ago

Download the library here

  • FIXED: EF Core -> Json assembly version to match release version
EntityFramework-Plus - v1.0.6

Published by zzzprojects over 8 years ago

Download the library here

  • ADDED: Support to "dnxcore50" for EF Core
  • FIXED: Audit -> Fixing IncludeUnchangedProperties for EF Core
  • FIXED: Query Cache -> Adding query parameter to improve key uniqueness.
EntityFramework-Plus - v1.0.5

Published by zzzprojects over 8 years ago

Download the library here

  • FIXED: Batch Delete -> Parameter in Queryable expression are now supported
  • FIXED: Batch Update -> Parameter in Queryable expression are now supported
EntityFramework-Plus - v1.0.4

Published by zzzprojects over 8 years ago

Download the library here

  • RENAME: EF7 to EFCore
EntityFramework-Plus - v1.0.3

Published by zzzprojects over 8 years ago

Download the library here

  • ADDED: Batch Delete
  • ADDED: Batch Update
EntityFramework-Plus - v1.0.2

Published by zzzprojects over 8 years ago

Download the library here

  • ADDED: IDBAsyncProvider support for Query IncludeFilter
  • ADDED: IDBAsyncProvider support for Query IncludeOptimized
  • ADDED: Include method now throw an error when used with IncludeFilter (not compatible)
  • ADDED: Include method now throw an error when used with IncludeOptimized (not compatible)
Related Projects