Change management seems to be absent in this disucssion. It seems that the one would want a tool that facilates automation and repeatablity. What happens when you change your data model. With a code generation tool it seems that this would be accomplished
quite easily, since the generator get its data from the database. How does the or/mapper do this ?
ray
This is an excellent question. I hope you'll get some responses.
From my limited experience with LLBLGen and EntitySpaces, it's very easy. And as you say, with a code generator like MyGeneration (and possibly CodeSmith, e.g. the example given earlier for WORM), it's probably the same for any of the architectures there
are templates for - dOOdads, EasyObjects, NHibernate, ...
mgleason
Member
59 Points
12 Posts
Re: OR Mappers with ASP.NET 2.0
Apr 21, 2006 06:27 PM|LINK
This is an excellent question. I hope you'll get some responses.
From my limited experience with LLBLGen and EntitySpaces, it's very easy. And as you say, with a code generator like MyGeneration (and possibly CodeSmith, e.g. the example given earlier for WORM), it's probably the same for any of the architectures there are templates for - dOOdads, EasyObjects, NHibernate, ...
It would be good to know how the rest handle it.