EF Core 版本和计划EF Core releases and planning 稳定版本Stable releases 更新到新版本的指南Guidance on updating to new releases 版本规划和安排Release planning and schedules EF Core 5.0EF Core 5.0 立即获取!Ge...
EF Core 支持的 .NET 实现.NET implementations supported by EF Core 概述Overview .NET Framework.NET Framework 通用 Windows 平台Universal Windows Platform 报告问题Report issues EF Core 支持的 ....
从以前版本的应用程序升级到 EF Core 2.0Upgrading applications from previous versions to EF Core 2.0 ASP.NET Core 现在包括 EF CoreASP.NET Core now includes EF Core 在 ASP.NET Core 中获取应用程序服务的新方法New wa...
EF Core 支持的.NET 实现 EF Core 支持的.NET 实现 我们希望在任何你可以编写 .NET 代码的地方都能获取到 EF Core,而我们也正在朝这个目标努力。以下列表为我们想要使用 EF Core 的每个 .NET 实现提供了引导。 EF Core 2.0 的目标是 .NET Standard ,因此它需要相应的 .NET St...
使用 SQLite 测试 EF Core 应用程序Using SQLite to test an EF Core application 使用 SQLite 内存中数据库Using SQLite in-memory databases 使用 SQLite 测试 EF Core 应用程序Using SQLite to test an EF Core ...
管理数据库架构Managing Database Schemas 管理数据库架构Managing Database Schemas EF Core 提供两种主要方法来保持 EF Core 模型和数据库架构同步。至于我们应该选用哪个方法,请确定你是希望以 EF Core 模型为准还是以数据库为准。 如果希望以 EF Core 模型为准,请使用迁移 。...