2 个仓库
Data access layers specifically using the Entity Framework Core library for relational mapping.
Distinct from Relational Entity Filtering: No candidate specifically covers EF Core implementations; others are too generic or unrelated.
Explore 2 awesome GitHub repositories matching data & databases · Entity Framework Implementations. Refine with filters or upvote what's useful.
NorthwindTraders 是一个 ASP.NET Core 示例 Web 应用程序,演示了业务逻辑和请求处理的实现。它被构建为分层架构 Web 应用,将核心应用程序规则与用户界面和数据访问层解耦。 该项目利用 Entity Framework Core 进行数据库实现,采用代码优先的关系数据库方法。这允许通过对象关系映射器从 C# 实体模型自动生成和演进数据库 schema。 该应用程序管理关系数据并通过基于中间件的流水线处理 Web 请求。它集成了依赖注入容器,并使用 Kestrel Web 服务器来处理 HTTP 流量。
Provides a data access layer implemented with Entity Framework Core.
Npgsql is a .NET data provider and client library that enables applications to connect, execute queries, and manage data within PostgreSQL databases. It functions as a connection manager and translation layer between the application and the database server. The project features a connection manager capable of multi-host connectivity, providing load balancing and automatic failover across multiple servers. It includes specialized support for high-volume data import and export through bulk data operations and a mapping system that translates complex database types, such as arrays and JSON, into
Integrates with Entity Framework Core to map application objects to database tables using a type-safe ORM.