Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devexpress/xpo
DevExpress eXpress Persistent Objects (XPO) ORM for .NET Framework / .NET Core / .NET Standard 2.0
https://github.com/devexpress/xpo
adonet aspnet aspnetcore database database-connection demos devexpress netcore netframework orm orm-framework orm-library performance sql webforms winforms wpf xamarin xpo
Last synced: 6 days ago
JSON representation
DevExpress eXpress Persistent Objects (XPO) ORM for .NET Framework / .NET Core / .NET Standard 2.0
- Host: GitHub
- URL: https://github.com/devexpress/xpo
- Owner: DevExpress
- License: mit
- Created: 2017-10-10T12:01:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T23:19:47.000Z (over 1 year ago)
- Last Synced: 2025-01-08T07:08:37.841Z (14 days ago)
- Topics: adonet, aspnet, aspnetcore, database, database-connection, demos, devexpress, netcore, netframework, orm, orm-framework, orm-library, performance, sql, webforms, winforms, wpf, xamarin, xpo
- Language: JavaScript
- Homepage: https://www.devexpress.com/products/net/orm/
- Size: 23.4 MB
- Stars: 162
- Watchers: 28
- Forks: 81
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DevExpress XPO ORM for .NET Framework / .NET Core / .NET Standard 2.0
[eXpressPersistent Objects™ (XPO)](https://www.devexpress.com/Products/NET/ORM/?utm_source=GitHub&utm_medium=ReadMe&utm_campaign=XPO&utm_content=Root) 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 rather than database complexities. It offers Code First, Model First and Database First development workflows.
## Getting Started with This Repository
The [Tutorials](Tutorials) subfolder contains CRUD samples and tutorials demonstrating how to use XPO in Console, WinForms, WPF, ASP.NET Core/MVC5/WebForms/Blazor or Xamarin apps.The [Benchmarks](Benchmarks) subfolder contains performance benchmarks that you can use to test XPO against Entity Framework Core and Entity Framework 6. All required DevExpress references are included.
## Available Free of Charge without Technical Support
If you do not require technical assistance from the DevExpress Support Team, you can use fully-functional eXpress Persistent Objects (XPO) Library in your applications **free of charge**. Support is included with several [paid subscriptions](https://www.devexpress.com/products/net/orm/?utm_source=GitHub&utm_medium=ReadMe&utm_campaign=XPO&utm_content=Root#Pricing).## Download and Install XPO
If you don't require [Visual Studio design-time capabilities](https://docs.devexpress.com/XPO/14809/design-time-features), install the [DevExpress\.Xpo](https://www.nuget.org/packages/DevExpress.Xpo/) NuGet package for .NET Framework and .NET Standard 2.0.To obtain a version with complete Visual Studio integration, download the DevExpress [Unified Installer](https://www.devexpress.com/Products/Try/?utm_source=GitHub&utm_medium=ReadMe&utm_campaign=XPO&utm_content=Root) for .NET Framework or .NET Core 3.0.
## Online Documentation, Knowledge Base & More
Use our [Online Documentation](https://docs.devexpress.com/XPO/) to get started. Review [GitHub Code Examples](https://github.com/DevExpress-Examples?q=eXpress+Persistent+Objects) and [Technical Support Knowledge Base](https://www.devexpress.com/sc) to find ready-to-use samples and answers to common questions. For the latest news, see the [XPO Team blog](https://community.devexpress.com/blogs/xpo/default.aspx).
## See Also
* [User Authentication and Group Authorization API for .NET Apps Powered by the XPO ORM](https://github.com/DevExpress-Examples/XAF_how-to-use-the-integrated-mode-of-the-security-system-in-non-xaf-applications-e4908)