Top 20 NuGet Packages depending on Microsoft.EntityFrameworkCore

Total dependencies: 4049

.NET Core event sourcing framework
Contains shared dll's and managers for comman .net programming and data operations.
dotnet core sqlserver实现自动注入
Version for Entity Framework Core (>= 2.0). Allows the creating of composable queries and thus the reusability of Linq2Entity query snippets.
Entity Framework Core database provider for Scullery, a simple background job processor for .NET Core
Additional identity-related services.
EntityFrameworkCore-based implementation of repository abstraction.
Decouples the read model from entities themselves. The read model is automatically generated at runtime from given projection/view interfaces. Essentially works like views for tables in RDBMS. See the project page for examples.
Creating a multilingual website with ASP.NET Core will allow your site to reach a wider audience. ASP.NET Core provides services and middleware for localizing into different languages and cultures. In order to extend built-in localization structure of ASP.net Core, I extended it and you can create X...
This is a Fluent API library for the most common EFCore functions using Repository pattern.
Allows an API to filter user requests using OData, and returns a RESTful response. For more information visit: https://github.com/iskandarchacra/RESTfulODataService
NetSugar.Cap使用EF的扩展
Implementation of pattern "Unit Of Work" for EntityFramework Core with some helpful features like integrated paging, transactions and other things
Used to apply the seeds of the application automatically via Reflection following some conventions.
Simple EntityFramework testing library for FakeItEasy
Kimos is a library that extends Entity Framework, enabling the use of CRUD operations without having to load the entities first. It currently supports the following operations: * Insert * Update * Upsert (insert or update) * Delete
Entity Framework Core & Dapper Hybrid Repository