Question

If I have an existing database, I want to be able to automatically code generate the corresponding Castle ActiveRecord C# classes based on the db schema. My primary intent is to avoid manually creating each class. What are my options for code gen tools with templates that can already specifically do this for Castle ActiveRecord?

(Note: This question is not about codegen tools in general. I am looking for tools specific to Castle ActiveRecord or have codegen templates already written for ActiveRecord.)

Was it helpful?

OTHER TIPS

And this one that's written for Castle ActiveRecord: http://roytate.blogspot.com/2007/07/castle-active-record-code-generator.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top