System.Data.OracleClient
1.0.8
Oracle client provider for .Net Core based on mono implementation;
Install-Package System.Data.OracleClient -Version 1.0.8
dotnet add package System.Data.OracleClient --version 1.0.8
<PackageReference Include="System.Data.OracleClient" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Data.OracleClient --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- System.Data.Common (>= 4.3.0)
Used By
NuGet packages (23)
Showing the top 5 NuGet packages that depend on System.Data.OracleClient:
Package | Downloads |
---|---|
Dos.ORM
Dos.ORM(原Hxj.Data)于2009年发布、2015年正式开源,支持Core,该组件已在大量成熟项目中应用。初期开发过程中参考了NBear与MySoft,吸取了他们的一些精华,加入新思想,后期参考EF的Lambda语法进行大量扩展。官方网站:https://www.ITdos.com/Dos/ORM/Index.html,交流QQ群:60831381。
|
|
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);
|
|
OO_DBMS.ADODBCoreWrapper
Package Description
|
|
HS.Public.Tools.Dapper
对dapper操作进行封装
|
|
RepositoryHelpers
Extensions for HttpClient and Custom Repository based on dapper
|
GitHub repositories (4)
Showing the top 4 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
|