This repository contains demo projects demonstrating how to use eXpressPersistent Objects™ (XPO) in .NET Standard 2.0 applications. You can use these projects to learn how to use XPO in Console, WPF, WinForms, ASP.NET Core/MVC5/WebForms or Xamarin applications. All required DevExpress references are included.
Download and install .NET Core 2.1 SDK.
If you do not require technical assistance from our Support Team, you can use fully-functional XPO - ORM Library in your applications free of charge. Support is included with several paid subscriptions, including a dedicated XPO - ORM Library Subscription license. Learn more...
To install the required binaries, use the DevExpress.Xpo NuGet package or Unified Installer for .NET and HTML5 Developers.
Clone this repository:
git clone https://github.com/DevExpress/XPO.git
The solution located in the Benchmarks
subfolder is a benchmark that you can use to test XPO against Entity Framework Core and Entity Framework 6. You can view the benchmark results at Benchmarks/README.md.
This tutorial demonstrates how to create an XPO-based .NET Standard 2.0 console application that initializes the data layer and performs basic data operations: Getting Started with .NET Core.
We would greatly appreciate it if you participate in this short survey (6 questions, ~3 min).