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.4.34

Published by JonathanMagnan over 7 years ago

Download the library here

Batch Update

  • FIXED: Issue when calling multiples Select or SelectMany before performing the update
EntityFramework-Plus - v1.4.32

Published by JonathanMagnan over 7 years ago

Download the library here

Batch Update (SQL Compact)

  • FIXED: SQL Compact + Subqueries (Issue #129)
EntityFramework-Plus - v1.4.31

Published by JonathanMagnan over 7 years ago

Download the library here

Query Include Optimized

  • FIXED: Infinite loop issue when QueryIncludeOptimizedManager.AllowIncludeSubPath is enabled
EntityFramework-Plus - v1.4.30

Published by JonathanMagnan over 7 years ago

Download the library here

Batch Delete (EF5 && EF6)

  • ADDED: Support for SQL Compact
  • FIXED: Issue with MySQL && Missing parameter (Created by Interceptor)

Batch Update (EF5 && EF6)

  • ADDED: Support for SQL Compact
  • FIXED: Issue with MySQL && Missing parameter (Created by Interceptor)
EntityFramework-Plus - v1.4.29

Published by JonathanMagnan over 7 years ago

Download the library here

Query Future (EF Core)

  • FIXED: Issue with InMemory caused by code added recently (#113)
EntityFramework-Plus - v1.4.28

Published by JonathanMagnan over 7 years ago

Download the library here

Audit (EF Core)

  • FIXED: Issue with two properties that should have not been Mapped (issue #121)
EntityFramework-Plus - v1.4.27

Published by JonathanMagnan over 7 years ago

Download the library here

Query AddOrAppendOrderBy

  • FIXED: Issue with Inheritance and OfType method (issue #119)

Query IncludeOptimized

  • FIXED: Issue with Inheritance and OfType method (issue #119)
EntityFramework-Plus - v1.4.26

Published by JonathanMagnan over 7 years ago

Download the library here

Query Future

  • FIXED: Performance when only one query was in the batch (issue #113)

This fix is a contribution of: @ksmithRenweb

EntityFramework-Plus - v1.4.25

Published by JonathanMagnan over 7 years ago

Download the library here

Query Future (EF5 / EF6)

  • FIXED: Support with AsNoTracking
EntityFramework-Plus - v1.4.24

Published by JonathanMagnan over 7 years ago

Download the library here

Query Future (EF Core)

  • ADDED: Compatibility with InMemory provider
EntityFramework-Plus - v1.4.23

Published by JonathanMagnan almost 8 years ago

Download the library here

Audit (EF Core)

  • FIXED: Issue when an entity was updated

Batch Future

  • FIXED: Issue with Guid and Oracle

_Batch Include Optimized

  • FIXED: Issue with Guid and Oracle
EntityFramework-Plus - v1.4.22

Published by JonathanMagnan almost 8 years ago

Download the library here

Batch Update

  • FIXED: Issue with lambda expression + variable
EntityFramework-Plus - v1.4.21

Published by JonathanMagnan almost 8 years ago

Download the library here

Query Filter (EF Core)

  • ADDED: SetFiltered extension method
EntityFramework-Plus - v1.4.19

Published by zzzprojects almost 8 years ago

Download the library here

Query Future

  • FIXED: Support to Oracle

Query Include Optimized

  • FIXED: Support to Oracle
EntityFramework-Plus - v1.4.18

Published by zzzprojects almost 8 years ago

Download the library here

Audit

  • FIXED: Some foreign key (without Navigation Property) was saved with the default value
EntityFramework-Plus - v1.4.16

Published by zzzprojects almost 8 years ago

Download the library here

Query Cache (EF6))

  • FIXED: The command generated (for the Cache Key) now use IDbCommandInterceptor

Query Filter (EF6))

  • FIXED: The command generated now use IDbCommandInterceptor

Query Future (EF6)

  • FIXED: The command generated now use IDbCommandInterceptor

Credit for this fix: https://github.com/nphmuller

EntityFramework-Plus - v1.4.15

Published by zzzprojects almost 8 years ago

Download the library here

Query Filter (EF5 && EF Core)

  • FIXED: DbSet.Filter now disable all other filters by default
EntityFramework-Plus - v1.4.14

Published by zzzprojects almost 8 years ago

Download the library here

Query Filter (EF6)

  • FIXED: QueryFilterManager.RegisterType with interface and base class
EntityFramework-Plus - v1.4.13

Published by zzzprojects almost 8 years ago

Download the library here

Batch Delete (EF Core)

  • FIXED: Parameter Issue when a SQL with "IN" method was generated

Batch Update(EF Core)

  • FIXED: Parameter Issue when a SQL with "IN" method was generated

Query Future(EF Core)

  • FIXED: Parameter Issue when a SQL with "IN" method was generated

Query Filter (EF6)

  • ADDED: QueryFilterManager.RegisterType method
EntityFramework-Plus - v1.4.12

Published by zzzprojects almost 8 years ago

Download the library here

Query Filter - EF6

ROLLBACK: The fix for Concurrency issue with context filter has been rollbacked. The fix was fully working but caused performance issue.

Unfortunately, this feature is currently not fully working in concurrency scenario when using filter by context. This can be fixed by forcing an empty cache.

You can read more about EF6 Limitation here

Query Include Optimized

  • FIXED: OrderBy are now working properly
Related Projects