The Entity Framework provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework.
Entity Framework 6 Docs: https://entityframework.net/
Entity Framework Core Docs: https://entityframeworkcore.com/
Learn Entity Framework Core 5: https://www.learnentityframeworkcore.com/
Info
Version: | 9.1.1 |
Author(s): | FirebirdSQL |
Last Update: | Tuesday, January 17, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.firebirdsql.org/en/net-provider/ |
NuGet Url: | https://www.nuget.org/packages/EntityFramework.Firebird |
Install
Install-Package EntityFramework.Firebird
dotnet add package EntityFramework.Firebird
paket add EntityFramework.Firebird
EntityFramework.Firebird Download (Unzip the "nupkg" after downloading)
Dependencies
net48
- FirebirdSql.Data.FirebirdClient(>= 8.0.01)
- EntityFramework(>= 6.4.4)
- FirebirdSql.Data.FirebirdClient(>= 8.0.01)
- EntityFramework(>= 6.4.4)
Tags