How to Generate Castle ActiveRecord C# Classes for an Existing Database
- by Russell Giddings
What is the best way to generate C# classes for use with Castle ActiveRecord and NHibernate given an existing database structure?
Can you recommend any of the class generation tools or is it just less hassle to write the classes by hand?