.NET Standard Compatibility
In This Topic
dotConnect for Oracle has four sets of assemblies:
- for full .NET Framework
- .NET Standard 2.0 compatible assemblies (compatible with .NET Core 2.0 and higher and .NET Framework 4.6.1 and higher)
- .NET Standard 2.1 compatible assemblies (compatible with .NET Core 3.0 and higher only, .NET Framework is not supported)
.NET Standard compatible assemblies are only available as NuGet packages, except for the Entity Framework Core 2 related assembly, installed by the installer.
The dotConnect for Oracle installer does not install .NET Standard compatible assemblies, except for the Entity Framework Core 2 related assembly. You can get them only by installing dotConnect for Oracle NuGet packages to your project. For trial version of dotConnect for Oracle you will still need to install the dotConnect for Oracle installer in order to obtain the license key files.
The dotConnect for Oracle NuGet packages include .NET Standard 2.0, and 2.1 compatible assemblies. The corresponding assemblies are automatically selected, depending on the platform your project targets, when you install NuGet packages to your projects.
Limitations
Since .NET Core is limited in comparison to full .NET Framework, dotConnect for Oracle .NET Standard compatible assemblies offer less classes and features than the assemblies for full .NET Framework, and dotConnect for Oracle does not support certain technologies for other .NET platforms that are supported for the full .NET Framework.
Here is the list of features, not supported in .NET Standard assemblies:
-
DataLink, ParentDataRelation, and related features are not available in .NET Standard compatible assemblies.
- DataSet Wizard, DataSet Editor, and DataSet Manager also are not available for projects, targeting other .NET platforms than full .NET Framework.
-
OCI connection mode is supported only on Windows, on x86 and x64 Intel (AMD) architecture. For .NET Standard 2.0 compatible assemblies, dotConnect for Oracle uses the first home found, and you cannot specify another home via OracleHome, OracleHomeCollection classes or OracleConnection.Home, OracleConnectionStringBuilder.Home properties. You can use the Direct mode on .NET Core.
-
Sync Framework support. There are no .NET Standard compatible Devart.Data.Synchronization.dll and Devart.Data.Oracle.Synchronization.dll assemblies.
-
Workflow Foundation support.
-
Asynchronous query execution.
-
Enterprise Library support.
The following features are supported in .NET Standard 2.1 compatible assemblies, but are not supported in .NET Standard 2.0 compatible assemblies:
- For .NET Standard 2.1 compatible assemblies you can specify the Oracle home to use for an OCI mode connection.
Other Differences
- The Unicode connection string parameter is set to true by default for .NET Core. For Full .NET Framework it is set to false by default.
See Also
Compatibility
| Direct Mode