How to Generate Castle ActiveRecord C# Classes for an Existing Database

Posted by Russell Giddings on Stack Overflow See other posts from Stack Overflow or by Russell Giddings
Published on 2010-02-24T15:31:28Z Indexed on 2010/06/01 10:33 UTC
Read the original article Hit count: 307

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about nhibernate