Tagged Questions
3
votes
1answer
1k views
How to save persistent objects databound to a DataLayoutControl (DevExpress tools)?
I have a small form displaying the DataLayoutControl component.
If I use a GridControl the objects get saved. If I use the DataLayoutControl (which shows them individually) they do not get saved ...
2
votes
3answers
270 views
.NET ORM that supports multithreading better?
I know questions about .net ORM have been asked thousands of times, but i want to know which ORM is easy to work with in a multithreaded environment. Commercial or Free are both welcomed.
Currently, ...