Page 1 of 1

Design and code...

Posted: Sat 03 Apr 2010 13:45
by darez
Hi,

can i design all Entity and the software build all the Table in DB
automatically?

darez

Posted: Tue 06 Apr 2010 05:44
by fni
Yes you can do "model first" development by creating your model first and then generating a schema from that model.

Posted: Thu 08 Apr 2010 09:44
by darez
fni wrote:Yes you can do "model first" development by creating your model first and then generating a schema from that model.
I have opend DevArt EntityDeveloper for sqlserver.
I don't see any 'model first' ...

Create Linq to sql model
Create Entity Framework model

Can you point me to see it?

darez

Posted: Thu 08 Apr 2010 12:36
by AndreyR
Model First is not supported in Entity Developer yet.
We are working on this feature.

Posted: Thu 08 Apr 2010 12:45
by darez
AndreyR wrote:Model First is not supported in Entity Developer yet.
We are working on this feature.
And what Devart product i need in order to use Model-First?

darez

Posted: Thu 08 Apr 2010 14:39
by AndreyR
We have added the Model First support for Oracle, MySQL, and PostgreSQL databases.
Microsoft provides their own support for SQL Server DBMS, it is integrated into Visual Studio 2010 Release Candidate.
I have mentioned the tutorial describing Model First usage in this forum post:
http://www.devart.com/forums/viewtopic.php?t=17543

Posted: Thu 08 Apr 2010 18:31
by darez
AndreyR wrote:We have added the Model First support for Oracle, MySQL, and PostgreSQL databases.
Microsoft provides their own support for SQL Server DBMS, it is integrated into Visual Studio 2010 Release Candidate.
I have mentioned the tutorial describing Model First usage in this forum post:
http://www.devart.com/forums/viewtopic.php?t=17543
I don't want microsoft, because i have see that if my model change i need to rebuild all database (the script will drop the Table).

So, if I add only 1 relationship between 2 class, then the script will drop
the Table.

Can Devart have software that "syncronize" the model with database (MySql, PosterSql)?

darez

Posted: Fri 09 Apr 2010 10:13
by AndreyR
We are working on our Update from database wizard functionality.
You can leave your votes at our User Voice to indicate your preferences concerning our roadmap:
http://devart.uservoice.com/forums/3867 ... -developer

Posted: Fri 09 Apr 2010 10:45
by darez
AndreyR wrote:We are working on our Update from database wizard functionality.
You can leave your votes at our User Voice to indicate your preferences concerning our roadmap:
http://devart.uservoice.com/forums/3867 ... -developer
Any people that need to create a middle project (20-40 class) need
to be SURE that if the Model change, than the DB will change.

See DataObject.Net database:
when model change, than db 'will be upgraded' not Erased!

If you implement this, i think that EntiyFramework can be used
from VERY amouth of company.