Tagged Questions
3
votes
2answers
2k views
Tips for Migrating from XPO to LINQ to SQL
I'm a long-time user of the DevExpress XPO library. It has many great features, but there are a few weaknesses:
When saving an existing object, all properties are sent in an update query; changes ...