Entity Developer is a powerful modeling and code generation tool for ADO.NET Entity Framework, LinqConnect, and LINQ to SQL. You can use Model-First and Database-First approaches to design your model and generate C# or Visual Basic .NET code for it. It is available in three editions: for dotConnect, for SQL Server, and Express. It introduces new approaches for designing ORM models, boosts productivity, and leverages database applications.
Entity Developer allows you to create and edit Entity Framework, LinqConnect, and LINQ to SQL models visually, without typing a line of XML code. It supports creating all kinds of mapping, such as table splitting, mapping entity to several tables, complex types, inheritance hierarchies, creating entities from SELECT statements and methods from SQL code, etc. Code generation is very flexible due to using T4-like templates, allowing virtually anything you may want for code generation. C# and VB code can be generated for your model out-of-the-box, and you may even create your own templates for other programming languages.
Visual development system for MySQL database design, modeling, and creation.
Comments