اشتراک‌ها
نحوه پیکربندی و استفاده از PostgreSQL در Entity Framework Core

نحوه پیکربندی و استفاده از PostgreSQL در Entity Framework Core  

Npgsql has an Entity Framework (EF) Core provider. It behaves like other EF Core providers (e.g. SQL Server), so the general EF Core docs apply here as well. If you're just getting started with EF Core, those docs are the best place to star

Development happens in the Npgsql.EntityFrameworkCore.PostgreSQL repository, all issues should be reported there


نحوه پیکربندی و استفاده از PostgreSQL در Entity Framework Core
اشتراک‌ها
EF7 اکنون EF Core 1.0 نام دارد
In EF7 In EF Core

EntityFramework.Core

Microsoft.EntityFrameworkCore

EntityFramework.Commands

Microsoft.EntityFrameworkCore.Commands

EntityFramework.MicrosoftSqlServer

Microsoft.EntityFrameworkCore.SqlServer

EntityFramework.MicrosoftSqlServer.Design

Microsoft.EntityFrameworkCore.SqlServer.Design

EntityFramework.Relational

Microsoft.EntityFrameworkCore.Relational

EntityFramework.Relational.Design

Microsoft.EntityFrameworkCore.Relational.Design

EntityFramework.InMemory

Microsoft.EntityFrameworkCore.InMemory

EntityFramework.Sqlite

Microsoft.EntityFrameworkCore.Sqlite

EntityFramework.Sqlite.Design

Microsoft.EntityFrameworkCore.Sqlite.Design

 
EF7 اکنون EF Core 1.0 نام دارد
اشتراک‌ها
Entity Framework Core 8 منتشر شد

EF Core 8, or just EF8, is the successor to EF Core 7. EF8 requires .NET 8. It will not work with .NET 6 or 7, or with any version of .NET Framework. 

Entity Framework Core 8 منتشر شد