I work with NHibernate and several code generation tools. MyGeneration is one thing, and SmartCode is another.
This question was asked before, but I looked through some other answers and found that code generation tools in nHibernate space would be rather poor.
I could get away with MyGeneration and SmartCode, but are there any other features out there that you specifically used and would recommend?
I believe that my criteria are that they should work with MSSQL 2008, and the tools that are currently being developed will also be good, because it seems that some of these tools are no longer being actively developed.
Also, the tools would ideally generate domain objects, as well as nhibernate mapping files - Fluent nhibernate would be nice, but not essential. It would be nice if the templates and methods for generating the code could be changed.
I am a developer, so I'm glad that my hands are dirty on the right tool to make changes.
Thanks.
c # code-generation nhibernate fluent-nhibernate
peter
source share