System.Data.OracleClient
1.0.8
dotnet add package System.Data.OracleClient --version 1.0.8
NuGet\Install-Package System.Data.OracleClient -Version 1.0.8
<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
paket add System.Data.OracleClient --version 1.0.8
#r "nuget: System.Data.OracleClient, 1.0.8"
// Install System.Data.OracleClient as a Cake Addin #addin nuget:?package=System.Data.OracleClient&version=1.0.8 // Install System.Data.OracleClient as a Cake Tool #tool nuget:?package=System.Data.OracleClient&version=1.0.8
Oracle client provider for .Net Core based on mono implementation;
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Data.Common (>= 4.3.0)
NuGet packages (47)
Showing the top 5 NuGet packages that depend on System.Data.OracleClient:
Package | Downloads |
---|---|
OO.Data
Data Entity base types and declarations for EasyDataCore infrastructure |
|
OO_DBMS.ADODBCoreWrapper
Package Description |
|
Dos.ORM
Dos.ORM于2009年发布、2015年开源,该组件已在大量成熟项目中应用。全新v2支持动态构建表名/字段名,实现iTdos.DIY自定义开发框架。ORM文档:https://www.itdos.com/dos/orm/index.html。iTdos.DIY开发框架文档:https://www.itdos.com/itdos.diy.html。交流Q群:60831381。 |
|
PDF.NET.SOD
SOD框架支持.NET 5以及之后的版本迁移升级的版本 |
|
iCom
iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on. // HttpContext Called in the ConfigureServices method services.AddContextAccessor(); // Called in the Configure method app.UseHttpContext(); // EfCore Called in the ConfigureServices method // Application Assembly var assembly = Assembly.GetExecutingAssembly(); // Register Database Models services.AddDbContext(assembly); // Auto Update Database services.AddMigrate(); // Register All Services services.AddService(assembly); |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on System.Data.OracleClient:
Repository | Stars |
---|---|
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
|
|
itdos/Dos.ORM
Dos.ORM于2009年发布、2015年正式开源,该组件已在数百个成熟项目中应用。初期开发过程中吸取了NBear与MySoft的一些精华并加入新思想,之后参考EF Lambda语法进行大量扩展。经过数十个版本的更新迭代发布全新v2.0版本,支持动态列/表、分库/分表等。官方网站:https://www.itdos.com/dos/orm/Index.html 交流群:60831381
|
|
znlgis/sod
PDF.NET 的追求:代码的精简,开发、维护的简单与极致的运行效率!
|
|
jediwhale/fitsharp
Functional testing tools for .NET
|
|
dotnetlowcode/HiSql
HiSql 新一代无实体ORM框架 为低代码而生的ORM框架
|