I have been doing some research into the pros/cons of having a ORM like EasyObjects or NHibernate.
Outside of the advantages of being able to easily swap databases and to have strongly typed objects, is there any real point. The other advantage would be to comply with MS Patterns and Practices for Data Objects - does CSLA.Net provide similar efficiency??
In the past I have found the 1:1 mapping done by ORM was rather restrictive in an OO environment,
Any programming opinions on this - should I/shouldn't I? I have no need to shift database types but would be interested in other users experiences/opinions.
Thanks
Bonio
If I do go with an ORM tool such as Easy Objects or NHibernate, how would these effect the transactional status of queries that we currently get under CSLA? Also can anyone recommend an ORM tool that fits well with CSLA?
Thanks
Bonio
I've been using Paul Wilson's ORM (ormapper.net) for some time in My CSLA.NET based projects. It makes live so much easier.
Regards,
Sean.
Copyright (c) Marimer LLC