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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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