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 hidden (Show)

EntityFramework-Plus - v3.0.66

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.65

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to BatchSize = 0 for Update() and Delete() (No batch will be created): Batch delete and batch update without batching? #642
EntityFramework-Plus - v3.0.64

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Use DB.Functions.Like() in WhereDynamic #632
EntityFramework-Plus - v3.0.63

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: TableHint and TemporalTable extension method for EF6 (was already added previously in EF Core)
EntityFramework-Plus - v3.0.62

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Cache on FromSqlRaw (store procedure with parameters) #620
  • FIXED: InsertFromQuery with DevArt gives ArgumentOutOfRangeException #359
EntityFramework-Plus - v3.0.61

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to BatchSize for Batch Update feature
  • ADDED: Added SetDynamic(string name) extension methods
EntityFramework-Plus - v3.0.60

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: IncludeFilter issue on .NET Core 3.1 #597
EntityFramework-Plus - v3.0.59

Published by JonathanMagnan about 4 years ago

Download the library here

  • ADDED: Audit MetaProperty options to let you create a "property" with a custom old value and new value (#625)
AuditManager.DefaultConfiguration.MetaProperty<MyEntity>("metaName", x => x.NavigationProperty.Name, x => x.NavigationProperty.Name);
EntityFramework-Plus - v3.0.58

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Beta version for:
    • WithHint
    • TemporalTableAsOf
    • TemporalTableFromTo
    • TemporalTableBetween
    • TemporalTableContainedIn
    • TemporalTableAll
EntityFramework-Plus - v3.0.57

Published by JonathanMagnan about 4 years ago

Download the library here

  • FIXED:: Cache on FromSqlRaw (store procedure with parameters) #620
  • FIXED: Convert primitives to objects #616
  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.56

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.55

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.54

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.53

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: Method Not Found when delete. Using preview 6 of .NET Core 5. #615
  • FIXED: Multiple IncludeOptimizedByPath Exception #614
EntityFramework-Plus - v3.0.52

Published by JonathanMagnan over 4 years ago

Download the library here

EntityFramework-Plus - v3.0.51

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Problems with SQLite database and TimeSpan #611
EntityFramework-Plus - v3.0.50

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: IncludeOptimized support for inheritance/HasDiscriminator #607
  • UPDATED: Error message for ArgumentOutOfRangeException when deleting an entity with no primary key #608
EntityFramework-Plus - v3.0.49

Published by JonathanMagnan over 4 years ago

Download the library here

  • ADDED: ExpireCache for Manual Cache Clearing #606,
EntityFramework-Plus - v3.0.48

Published by JonathanMagnan over 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: IncludeOptimized() InvalidCastException when using UseInMemoryDatabase() #598
EntityFramework-Plus - v3.0.46

Published by JonathanMagnan over 4 years ago

Download the library here

  • FIXED: EFcore 3.1.1 , raw SQL queries + future extension throwing exception #585
Related Projects