EF Core 是适用于 .NET 的新式对象数据库映射器。 它支持 LINQ 查询、更改跟踪、更新和架构迁移。 EF Core 适用于很多数据库,包括 SQL 数据库(本地和 Azure)、SQLite、MySQL、PostgreSQL 和 Azure Cosmos DB。
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
翻译 - Entity Framework Core Power Tools-EF Core的逆向工程,迁移和模型可视化
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
翻译 - 用于SQL Server和SQLite上的插入更新删除和读取(CRUD)操作的实体框架核心批量批处理扩展
Database Sharding For EFCore
翻译 - EFCore的数据库分片
EF Core Second Level Cache Interceptor
Sample code developed for a talk on Entity Framework core 3 - building on JasonGT's Northwind Traders example.
Deleting or Updating multiple records from a LINQ Query in a SQL statement without loading entities
Supporting code to go with the book "Entity Framework Core in Action"
Mysql+EFCore
EfCore 2.1 Preview IQueryableExtensions
Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
EFCore+Mysql仓储层实现
Library to write triggers in C# with EF.Core
一个优雅使用EFCore的示例代码
Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
翻译 - 这是Entity Framework 6的代码库(以前在https://entityframework.codeplex.com上维护)。实体框架核心位于https://github.com/aspnet/EntityFrameworkCore。
Connecting a .Net Core web API with a MySQL database by using Entity Framework Core.
yarp用EFCore存储配置,可视化面板配置,支持热更新
SF是一套基于ASP.NET Core MVC+EFCore+Bootstrap开发的基础框架
基于 EFCore + Sqlite 的NetCore仓储项目,可以快速进行简单开发
.NetCore-WEBAPI+EFCore-Swagger-SqlServer项目为前后端分离。后端:.netcore webapi接口,ef core的ORM框架;前端为bootstrap框架;sqlserver数据库
high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
翻译 - efcore 分片表(数据库)库
.NET Core实战项目之CMS系列教程的源码,精简而又功能丰富的权限设计,内容管理设计让你轻松搭建一个ASP.NET Core2.2的网站系统.此项目准备用EFCore进行重构,敬请期待
Made in the summer of 2018 - It's a login and registration system that uses HTTPS and JWT tokens for security. - Made in .NET Core with C#, Swagger, Microsoft Identity, EntityFrameworkCore and your ch...