DevExpress.Xpo.es
by: Developer Express Inc.
- 569 total downloads
- Latest version: 25.1.4-pre-25194
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.
DevExpress.Xpo.Extensions
by: Developer Express Inc.
- 367 total downloads
- Latest version: 25.1.4-pre-25194
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. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.
DevExpress.Xpo.Extensions.de
by: Developer Express Inc.
- 353 total downloads
- Latest version: 25.1.4-pre-25194
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. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.
DevExpress.Xpo.Extensions.es
by: Developer Express Inc.
- 365 total downloads
- Latest version: 25.1.4-pre-25194
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. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.
DevExpress.Xpo.Extensions.ja
by: Developer Express Inc.
- 364 total downloads
- Latest version: 25.1.4-pre-25194
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. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.
DevExpress.Xpo.Extensions.ru
by: Developer Express Inc.
- 4 total downloads
- Latest version: 21.2.15
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. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.
DevExpress.Xpo.ja
by: Developer Express Inc.
- 479 total downloads
- Latest version: 25.1.3
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.
DevExpress.Xpo.ru
by: Developer Express Inc.
- 5 total downloads
- Latest version: 21.2.15
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.
DevExtreme.AspNet.Data
by: Developer Express Inc.
- 220 total downloads
- Latest version: 5.1.0
DevExtreme data layer extension for ASP.NET
DeviceDetector.NET
by: totpero
- 74 total downloads
- Latest version: 6.4.2
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
DistributedLock
by: Michael Adelson
- 75 total downloads
- Latest version: 2.6.0
Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.
DistributedLock.Azure
by: Michael Adelson
- 15 total downloads
- Latest version: 1.0.2
Provides a distributed locking implementation based on Azure blob leases
DistributedLock.Core
by: Michael Adelson
- 52 total downloads
- Latest version: 1.0.8
Core interfaces and utilities that support the DistributedLock.* family of packages
DistributedLock.FileSystem
by: Michael Adelson
- 16 total downloads
- Latest version: 1.0.3
Provides a distributed lock implementation based on file locks
DistributedLock.MySql
by: Michael Adelson
- 13 total downloads
- Latest version: 1.0.2
Provides a distributed lock implementation based on MySql
DistributedLock.Oracle
by: Michael Adelson
- 14 total downloads
- Latest version: 1.0.3
Provides a distributed lock implementation based on Oracle Database
DistributedLock.Postgres
by: Michael Adelson
- 44 total downloads
- Latest version: 1.3.0
Provides a distributed lock implementation based on Postgresql
DistributedLock.Redis
by: Michael Adelson
- 13 total downloads
- Latest version: 1.0.3
Provides distributed locking primitives based on Redis
DistributedLock.SqlServer
by: Michael Adelson
- 26 total downloads
- Latest version: 1.0.6
Provides a distributed lock implementation based on SQL Server
DistributedLock.WaitHandles
by: Michael Adelson
- 9 total downloads
- Latest version: 1.0.1
Provides a distributed lock implementation based on global WaitHandle objects in Windows