Page 1 of 1

A freshman question

Posted: Wed 26 Aug 2009 07:41
by jamaa
Hi
Which one is better to use to generate a model from database? The Entity developer application or the Visual Studio add in? or they are the same...
Huge thanks
Javier

Posted: Thu 27 Aug 2009 12:31
by Shalex
There is some difference between Entity Developer and Microsoft's tool generation.

The Visual Studio tool's generation is not completely adjusted to work with databases other than SQL Server. For example, if you generate a model with Microsoft's tool and dotConnect for Oracle, you will need to correct the SSDL part (StoredGeneratedPattern, cursors, mapping, etc). And you will need to redo this operation every time you make an update from database.

Entity Developer makes correct SSDL part concerning the database you are working with. You can find the full list of Entity Developer's key features at http://www.devart.com/entitydeveloper/ .