DataObjects .NET & ORM Packages

  • Thread starter Thread starter Aidan Marcuss
  • Start date Start date
A

Aidan Marcuss

I am looking into using DataObjects .NET -
http://www.x-tensive.com/Products/DataObjects.NET/ - for persisting
data in a C# app I'm building. We've looked at several options for ORM
packages, but found this one to be very complete.

Do others have specific experiences with this package? Would anyone
specifically recommend this? Would anyone specifically not recommend
this? What are other similar ORM tools people have used in practice?
Should I just wait for ObjectSpaces in version 2.0 of the Framework?

Thanks in advance,
Aidan
 
ObjectSpaces are delayed, as of the last thing I heard, so I would not hold
my breath for them. I am not familiar with the package you speak of. I have
used some open source persistance layers in the past, but no commercial
package.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Thanks for the reply Greg - which open source packages have you used?
We've looked into several, but many of them are still rather young
(nHibernate is still in beta 0.7.0.0), while others are nothing more
than fancy code-generation frameworks.

Thanks,
Aidan
 
Back
Top