The Entity Framework Core provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework Core.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 11.0.0 |
Author(s): | FirebirdSQL |
Last Update: | Thursday, May 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.firebirdsql.org/en/net-provider/ |
NuGet Url: | https://www.nuget.org/packages/FirebirdSql.EntityFrameworkCore.Firebird |
Install
Install-Package FirebirdSql.EntityFrameworkCore.Firebird
dotnet add package FirebirdSql.EntityFrameworkCore.Firebird
paket add FirebirdSql.EntityFrameworkCore.Firebird
FirebirdSql.EntityFrameworkCore.Firebird Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FirebirdSql.Data.FirebirdClient(>= 8.0.01)
- Microsoft.EntityFrameworkCore(>= 3.1.11)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.11)
- FirebirdSql.Data.FirebirdClient(>= 8.0.01)
- Microsoft.EntityFrameworkCore(>= 3.1.11)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.11)
Tags