Top 20 NuGet entity Packages

Reliable unique ID generation and management for distributed applications. Auto-increment IDs reveal sensitive information. UUIDs (also known as GUIDs) are inefficient as primary keys in a database. Having two different IDs is cumbersome and counterintuitive. We can do better. - For a 93-bit UUID ...
The AweCsome-Framework is like an Entity Framework for SharePoint Provider Hosted Add-Ins. It uses CSOM to communicate with SharePoint.
Easily execute commands and queries from SQL files stored as embedded assembly references, for Entity Framework Core.
Generic Repository Pattern EFCore - Basic properties for the database model. An event to work with the database. An abstract EMEntity class has been added that does not require the implementation of the IEMEntity interface when inheriting. Общий шаблон репозитория EFCore - Основные свойства для моде...
Mcs.EntityFrameworkCore
Migration Utilities and seeding for EntityFramework Core
Simple library for cascade bulk-insert using Entity Framework supporting MS SQL Features: - Bulk-insert EF entities, info about entities is retrieved from EF - retrieve Id from DB for identity PK using Hi/Lo algorithm - propagation id to foreign key columns - cascade bu...
Simple library for cascade bulk-insert using Entity Framework core supporting MS SQL Features: - Bulk-insert EF entities, info about entities is retrieved from EF - retrieve Id from DB for identity PK using Hi/Lo algorithm - propagation id to foreign key columns - casca...
Entity Framework extensions for the Architect.Identities package. https://github.com/TheArchitectDev/Architect.Identities Release notes: 2.1.0: - The ConfigureDecimalIdTypes() extension method now truncates needless trailing zeros received from the database provider (`123.0` => `123`), as is the ...
This is a modified version of Fazzani's pg-efcore-copy (https://github.com/Fazzani/pg-efcore-copy). This has been modified to work with varchars with a set length.
Provides base implementations of an EF Core based repository (CRUD operations) and Unit of Work class.
Provides base implementations for a DAL-level entity, mapper for mapping between DAL and Domain entity and base Unit of Work class.
Entity Framework Core for automatically adding check constraints in various scenarios.
Classes for working with EntityFramework
Manage your DbContexts the right way. The persistence or infrastructure layer uses the DbContext (e.g. from a repository). Controlling its scope and transaction lifetime, however, is ideally the reponsibility of the orchestrating layer (e.g. from an application service). This package adds that abil...
EF Core Extensions package
Ganymede
This package will enable you to profile Telerik DataAccess runtime by installing Telerik.OpenAccess.ServiceHost.dll as reference to your project. After configuring logging levels and online profiling you can use Telerik.OpenAccess.Profiler.exe to track various metrics of your data layer.
Unit of work framework