|
Entity Developer for Entity Framework
-
Version
4.00
Entity Developer is a powerful visual model designer
and code generation tool for ADO.NET Entity Framework
v1 and v4. You can use Model-First and Database-First
approaches to design your model and generate C# or
Visual Basic .NET code for it. It introduces new
approaches for designing ORM models, boosts
productivity, and facilitates the development of
database applications.
* Visual ORM Model Designer with Code Generation
Entity Developer allows you to create and edit Entity
Framework models visually, without typing a line of
XML code. It supports editing storage part in GUI and
creating all kinds of mapping, such as table
splitting, mapping entity to several tables, complex
types, inheritance hierarchies, etc. Code generation
is very flexible due to using T4-like templates.
Entity Developer for Entity Framework contains several
predefined templates, including POCO template and
DbContext template with fluent mapping generation to
|