Top 20 NuGet Packages depending on Microsoft.EntityFrameworkCore

Total dependencies: 4049

Naming Conventions for Entity Framework Core Tables and Columns.
A simple package with useful extension methods for EF Core.
Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – tha...
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
Generate Audit Logs from EntityFramework context changes
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at ...
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
Collection updating support for EntityFrameworkCore with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
Speedy is a simple easy to use Entity Framework unit testing framework, sync framework, and all around data framework.
The Entity Framework Core provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework Core.
Package Description
Stl.Fusion.EntityFramework - Fusion services utilizing EF Core.
EasyQuery Entity Framework Core classes
Xamarinium is an architectural framework to help develop Mobile Apps using Xamarin following MVVM pattern. It contains flexible controls, services, interfaces, renderers that will help every Xamarin Mobile Developer.
Web Framework cross platforms based to .net core
Collection of utilities developed by ProgressOnderwijs
YeditepeSoft YtsFrmawork for .NET 5.0.1
全龄段友好的C#万能工具库,码数吐司库(适用于.NET Core项目),不管你是菜鸟新手还是骨灰级玩家都能轻松上手,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。 官网教程:https://tools.masuit.org github:https://github.com/ldqk/Masuit.Tools
Library that provides methods that will help you with mocking Entity Framework Core.