Top "Xpo" questions

XPO is a DevExpress ORM library for .NET.

How get the data from database with xpo (devexpress)?

I'm a newbie with devexpress and i have a few difficulty. I have create a project ".net empty c#" with …

c# asp.net devexpress xpo
Any thoughts on DevExpress XPO ORM Package?

XPO is the object relational mapper of choice at my company. Any thoughts on the pros and cons? I was …

c# windows orm devexpress xpo
DevExpress XPO vs NHibernate vs Entity Framework: database upgrading issue

What is the best practice for upgrading the database using ORM (DevExpress XPO, NHibernate or MS Entity Framework)? I'm starting …

entity-framework nhibernate devexpress upgrade xpo
DevExpress XPO XPCollection Refreshing Changes

I'm experiencing an issue refreshing data in XPCollection after commiting some database changes using UnitOfWork. I have a WinForm with …

session devexpress xtragrid xpo
Dynamic LINQ. No property or field 'FieldName' exists in type 'ClassName'

My LINQ query is as follows Dim Query = From t In New XPQuery(Of xUser)(Xpo.Session.DefaultSession) .Where("Name=…

vb.net linq dynamic-linq xpo