Hi all.
A while ago, my company began implementing the Microsoft .NET framework for application development, and I have a background in Jade, which is a pretty idealistic OO development environment. Jade completely hides the DAL, meaning that all developers have to think about is whether an Object is persistent or not at instantiation time and I have been trying to carry across much of Jade theory to our .NET developments. However, while the O/R DALs I have developed work well enough, I am still concerned about their efficiency (application performance, data-access times, etc.) and am thus constantly changing their structures, which is starting to drive the rest of my development team around the bend.
My question is, is there anywhere, Internet, books or otherwise, that I can read up on Object Relational Mapping? I feel that I have come up with a satisfactory means of persisting individual Objects. My primary concern is what to do about Collection Objects to efficiently achieve one-to-many and many-to-many Object relationships.
Any help is greatly appreciated.
Regards.
Stephen.
A while ago, my company began implementing the Microsoft .NET framework for application development, and I have a background in Jade, which is a pretty idealistic OO development environment. Jade completely hides the DAL, meaning that all developers have to think about is whether an Object is persistent or not at instantiation time and I have been trying to carry across much of Jade theory to our .NET developments. However, while the O/R DALs I have developed work well enough, I am still concerned about their efficiency (application performance, data-access times, etc.) and am thus constantly changing their structures, which is starting to drive the rest of my development team around the bend.
My question is, is there anywhere, Internet, books or otherwise, that I can read up on Object Relational Mapping? I feel that I have come up with a satisfactory means of persisting individual Objects. My primary concern is what to do about Collection Objects to efficiently achieve one-to-many and many-to-many Object relationships.
Any help is greatly appreciated.
Regards.
Stephen.