Oracle.EntityFrameworkCore 8.21.200

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Oracle.EntityFrameworkCore --version 8.21.200
                    
NuGet\Install-Package Oracle.EntityFrameworkCore -Version 8.21.200
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.21.200" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Oracle.EntityFrameworkCore" Version="8.21.200" />
                    
Directory.Packages.props
<PackageReference Include="Oracle.EntityFrameworkCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Oracle.EntityFrameworkCore --version 8.21.200
                    
#r "nuget: Oracle.EntityFrameworkCore, 8.21.200"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Oracle.EntityFrameworkCore@8.21.200
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Oracle.EntityFrameworkCore&version=8.21.200
                    
Install as a Cake Addin
#tool nuget:?package=Oracle.EntityFrameworkCore&version=8.21.200
                    
Install as a Cake Tool

Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (215)

Showing the top 5 NuGet packages that depend on Oracle.EntityFrameworkCore:

Package Downloads
EFCore.BulkExtensions.Oracle

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on Oracle

WalkingTec.Mvvm.Core

WalkingTec.Mvvm

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

MPACKAGE.LibData.Oracle

Package Description

HanaTech.Framework.Dapper

Package Description

GitHub repositories (26)

Showing the top 20 popular GitHub repositories that depend on Oracle.EntityFrameworkCore:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
Giorgi/EntityFramework.Exceptions
Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
dotnetcore/sharding-core
high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
iioter/iotgateway
An industrial IoTGateway with B/S architecture that enables bidirectional communication between industrial devices (southbound connections) and IoT platforms (northbound connections). It supports numerous industrial protocols, and can connect to various IoT cloud platforms.
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
VictorTzeng/Zxw.Framework.NetCore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
Coldairarrow/EFCore.Sharding
Database Sharding For EFCore
artiomchi/FlexLabs.Upsert
FlexLabs.Upsert is a library that brings UPSERT functionality to common database providers for Entity Framework in their respective native SQL syntax
yangzhongke/Zack.EFCore.Batch
Deleting or Updating multiple records from a LINQ Query in a SQL statement without loading entities
Version Downloads Last Updated
9.23.26000 5,499 10/14/2025
9.23.90 202,495 7/1/2025
9.23.80 289,290 4/4/2025
9.23.60 1,116,332 12/6/2024
8.23.26000 798 10/14/2025
8.23.90 86,673 7/1/2025
8.23.80 134,508 4/4/2025
8.23.70 886,881 12/25/2024
8.23.60 809,924 10/2/2024
8.23.50 605,086 7/11/2024
8.23.40 575,343 5/2/2024
8.21.200 592 10/10/2025
8.21.190 6,226 7/1/2025
8.21.180 10,314 4/4/2025
8.21.170 102,052 12/24/2024
8.21.160 53,325 10/2/2024
8.21.150 75,968 7/11/2024
8.21.140 397,079 4/11/2024
8.21.121 1,092,040 12/8/2023
7.21.13 538,959 1/1/2024
7.21.12 633,677 10/9/2023
7.21.11 588,043 7/25/2023
7.21.9 1,231,956 1/19/2023
7.21.8 268,338 12/19/2022
6.21.170 35,090 12/24/2024
6.21.160 67,469 10/2/2024
6.21.150 31,356 7/11/2024
6.21.140 88,566 4/11/2024
6.21.130 239,290 1/1/2024
6.21.120 127,027 10/9/2023
6.21.110 110,146 7/25/2023
6.21.90 521,743 1/19/2023
6.21.61 2,299,469 5/4/2022
6.21.5 1,128,275 1/4/2022
6.21.4 335,198 12/7/2021
5.21.90 108,299 1/19/2023
5.21.61 138,345 5/4/2022
5.21.5 223,043 1/4/2022
5.21.4 339,325 10/27/2021
5.21.1 1,110,136 2/12/2021
3.21.90 56,540 1/19/2023
3.21.61 61,221 5/4/2022
3.21.5 92,225 1/4/2022
3.21.4 39,135 10/27/2021
3.19.180 49,561 2/3/2023
3.19.130 141,655 10/8/2021
3.19.110 158,794 3/31/2021
3.19.80 1,320,809 9/8/2020
2.19.180 10,424 2/3/2023
2.19.110 29,336 3/31/2021
2.19.90 114,202 9/8/2020
2.19.80 171,472 7/9/2020
2.19.70 219,478 5/1/2020
2.19.60 590,870 12/6/2019
2.19.50 159,412 10/16/2019
2.19.30 571,071 7/24/2019