Provides the following:
* EntityBase
- a base entity class to inherit from. Provides the following fields:
Created (datetime)
LastModified (datetime?)
Enabled (bool)
* DbContextWithAutomaticTrackingFields
- when persisting entities which...
More information
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
WebBackgrounder.EntityFramework is an implementation of the IJobCoordinator for WebBackgrounder that uses a Database (via EF Code First) as the synchronization mechanism (aka a mutex) for coordinating jobs.
Entity Framework (EF) Core Cacheable is a high performance second level query cache extention library, for the popular Entity Framework data access technology.
It provides caching functionality for all types of query results. Based on expression tree and parameters, the context decide rather to...
More information
Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.
CacheableQueries is a query cache extension library for Entity Framework Core. The
main goal is to bring caching to ef queries with flexible invalidation without any abstraction
over DbSet.