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 - 7.18.2

Published by JonathanMagnan almost 2 years ago

Download the library here

  • ADDED: QueryFutureManager.ExecuteBatchAsync method
  • FIXED In EF Core, QueryFuture when the same variable is used multiple times in the same LINQ, such as query.Where(user => user.Username.Equals(userName) || user.PhoneNumber.Equals(userName))
  • FIXED: In EF6, when using FromCacheAsync or FutureAsync methods, the EF6 InterceptorContext will now have the IsAsync=true
  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.18.0

Published by JonathanMagnan almost 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.17.2

Published by JonathanMagnan almost 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 7.17.0

Published by JonathanMagnan almost 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.16.1

Published by JonathanMagnan almost 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.16.0

Published by JonathanMagnan almost 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.15.2

Published by JonathanMagnan about 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.15.1

Published by JonathanMagnan about 2 years ago

Download the library here

  • ADDED: Support to EF Core 7 RC1
  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.15.0

Published by JonathanMagnan about 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.14.4

Published by JonathanMagnan about 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.14.3

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.14.2

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.14.1

Published by JonathanMagnan over 2 years ago

Download the library here

  • FIXED: Future queries list is not cleared on query error (#730)
  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.14.0

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.13.21

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.13.20

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.13.18

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.13.17

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: In EF6 using IncludeOptimized and WithHint NOLOCK together throws an exception. #725
  • FIXED: EF6 Global Query Filter Broken In .NET 6 #724
EntityFramework-Plus - 6.13.16

Published by JonathanMagnan over 2 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - 6.13.15

Published by JonathanMagnan over 2 years ago

Download the library here

  • ADDED: Support to EF Core 7-Preview2
  • UPDATED: Package Dependencies
Related Projects