DevExpress.Xpo (22.1.7)
Published 2023-05-05 11:25:41 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 22.1.7 DevExpress.Xpo
About this package
eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://DevExpress.com/XPO.
Dependencies
ID | Version | Target Framework |
---|---|---|
DevExpress.Data | [22.1.7] | .NETFramework4.5.2 |
DevExpress.Data | [22.1.7] | .NETStandard2.0 |
Microsoft.Extensions.DependencyInjection | 2.0.0 | .NETStandard2.0 |
Microsoft.Win32.Registry | 4.5.0 | .NETStandard2.0 |
NETStandard.Library | 2.0.3 | .NETStandard2.0 |
System.Data.SqlClient | 4.5.0 | .NETStandard2.0 |
System.Drawing.Common | 4.5.0 | .NETStandard2.0 |
System.ServiceModel.Http | 4.5.3 | .NETStandard2.0 |
System.ServiceModel.NetTcp | 4.4.4 | .NETStandard2.0 |
System.ServiceModel.Security | 4.4.4 | .NETStandard2.0 |
System.Text.Json | 4.6.0 | .NETStandard2.0 |