Schemagen for .NET

  • Thread starter Thread starter Siegfried Heintze
  • Start date Start date
S

Siegfried Heintze

In javaland, there is a program called schemagen which uses reflection to
fetch the attributes (or annotations) of the classes and create a table in
the database.

Is there a similar feature for .NET programmers to automate the generation
of tables in MSAccess and SQL server?

Thanks,
siegfried
 
Hi,
i don't know of any app that does this my company however is working on an
application that does just this (without populating any tables, but you can
do that yourself) We will be selling it as part of a Facade package, if you
are interrested in our current or future versions, please contact us :
(e-mail address removed)
Regards
Mike Powell
Ramuseco ltd .NET Consulting
 
Siegfried said:
In javaland, there is a program called schemagen which uses
reflection to fetch the attributes (or annotations) of the classes
and create a table in the database.

Is there a similar feature for .NET programmers to automate the
generation of tables in MSAccess and SQL server?

google for ".NET object persistence framework", dozens of products both free
and commercial
 
Siegfried said:
In javaland, there is a program called schemagen which uses reflection to
fetch the attributes (or annotations) of the classes and create a table in
the database.

Is there a similar feature for .NET programmers to automate the generation
of tables in MSAccess and SQL server?

Yes. Lots.

I particularly like Castle ActiveRecord.

Alun Harford
 
Back
Top