A freshman question

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
jamaa
Posts: 3
Joined: Mon 24 Aug 2009 12:57

A freshman question

Post by jamaa » Wed 26 Aug 2009 07:41

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 27 Aug 2009 12:31

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/ .

Post Reply