What is the best Case-Tool to use in conjunction with Visual Studio 2008 that has the ability to generate C# and VB.NET codes and SQL database file?
+1
A:
I use Enterprise Architect for C# and VB.NET. Although I have not used it for database modeling, it should be possible to reverse engineer from SQL server and to generate DDL from you data models. Price/performance is excellent.
Han
2008-11-11 11:05:01
I use EA and it's great too, it can generate C# files from your class diagrams. It can also connect to SQL or Oracle (or any for that matter) to create your database tables diagrams. And viceversa, if you create table diagrams you can generate the DDL for it.
Ricardo Villamil
2008-11-11 21:21:55