sql server - Create Sql Database Tables from Business Objects -


what best way create sql server tables business objects. example i'm writing application has user object store user information. what's best practice creating tables these objects? create objects first , define database or there tool transform business objects tables?

i'm curious how others doing type of task.

use orm (object-relational mapping) tool, list tools several languages can found here: http://en.wikipedia.org/wiki/list_of_object-relational_mapping_software


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -