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 - v5.2.6

Published by JonathanMagnan about 3 years ago

Download the library here

  • FIXED: [bug] Audit: Retrieving an AuditEntry fails when the AuditDisplay property is used #696
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.2.4

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.2.3

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Error with IncludeFilter() when executed in an ambient transaction. #691
EntityFramework-Plus - v5.2.2

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.2.1

Published by JonathanMagnan over 3 years ago

Download the library here

  • FIXED: Issue with dependencies version for EF6
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.2.0

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.41

Published by JonathanMagnan over 3 years ago

Download the library here

  • ADDED: Project method for EF6 that allow you to select only a few properties of an entity instead of all properties
  • UPDATED: Package Dependencies
var list = context.Customers.Project(x => new { x.Code, x.FirstName }).ToList();
EntityFramework-Plus - v5.1.40

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.39

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.38

Published by JonathanMagnan over 3 years ago

Download the library here

  • FIXED: EntitySetName is always NULL #401 (For EF Core)
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.37

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.36

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.35

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.33

Published by JonathanMagnan over 3 years ago

Download the library here

  • IMPROVED: Support to Update with OwnedOne (more complex scenario are now supported)
  • FXIED: Possible memory leak in the Query Filter features in EF6
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.31

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Released support to EF Core 6 - Preview 3
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.30

Published by JonathanMagnan over 3 years ago

Download the library here

EntityFramework-Plus - v5.1.29

Published by JonathanMagnan over 3 years ago

Download the library here

  • ADDED: Support to dictionary & expando object to Batch Update method
EntityFramework-Plus - v5.1.28

Published by JonathanMagnan over 3 years ago

Download the library here

  • FIXED: OwnedOne for UpdateFromQuery in EF Core 5 added in v5.1.27; all properties are no longer needed to be specified.
  • ADDED: Support to ContextCacheKey for EF6 for the Query Cache features.
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.27

Published by JonathanMagnan over 3 years ago

Download the library here

  • ADDED: Support to OwnedOne for Update in EF Core 5
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.26

Published by JonathanMagnan over 3 years ago

Download the library here

  • FIXED: NRE when deleting shared entity type #676
Related Projects