Design and code...

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
darez
Posts: 8
Joined: Sat 03 Apr 2010 13:29

Design and code...

Post by darez » Sat 03 Apr 2010 13:45

Hi,

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

darez

fni
Posts: 25
Joined: Wed 27 Jan 2010 13:20

Post by fni » Tue 06 Apr 2010 05:44

Yes you can do "model first" development by creating your model first and then generating a schema from that model.

darez
Posts: 8
Joined: Sat 03 Apr 2010 13:29

Post by darez » Thu 08 Apr 2010 09:44

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 08 Apr 2010 12:36

Model First is not supported in Entity Developer yet.
We are working on this feature.

darez
Posts: 8
Joined: Sat 03 Apr 2010 13:29

Post by darez » Thu 08 Apr 2010 12:45

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 08 Apr 2010 14:39

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

darez
Posts: 8
Joined: Sat 03 Apr 2010 13:29

Post by darez » Thu 08 Apr 2010 18:31

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 09 Apr 2010 10:13

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

darez
Posts: 8
Joined: Sat 03 Apr 2010 13:29

Post by darez » Fri 09 Apr 2010 10:45

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.

Post Reply