modeling - Entity Developer

  1. Models

    Screenshots: Entity Developer model in Visual Studio 2012. ...

  2. Model Wizard

    Screenshots: Create Model Wizard – choosing approach. ...

  3. Performance is optimized for work with large models.

    Features: Entity Developer provides optimized performance and convenient work with large models on all stages of development. When generating a model for a database, Entity Developer uses highly optimized ... metadata retrieving. All database tables are retrieved with their column metadata, reducing the number of server calls and metadata retrieving duration. Large models can be split into several thematic ... diagrams, each one having a part of model entities. ...

  4. Supports model first and database first or a mixed approach.

    Features: With Entity Developer you don't need to limit yourself in choosing a design approach – Model-First, Database-First or mixed – Entity Developer supports any of them. With Update to Database ... and Update from Database wizards you can easily synchronize your model and database in any direction. For example, you may generate model from the database, then edit it, and apply these changes ... to the database with Update to Database Wizard. When updating a database, Entity Developer makes only necessary changes to the existing model database and retains the data if possible. The database does not need ...

  5. Test your model.

    Features: Entity Developer allows viewing and editing data of tables, views, and model entities, create and execute LINQ to SQL, Entity SQL, and HQL queries against the model, eliminating the need ...

  6. Models are validated in background while being edited.

    Features: Entity Developer always validates your model while you are editing it. All errors and warnings automatically appear in the Error List window. Error list displays error or warning message and its ... location. You can easily navigate to the object that caused an error by double-clicking it in the Error List window. Thus you may find and fix model errors quickly and conveniently. ...

  7. Entity Developer improves Model Initialization

    Release Notes: Transfer Objects- New template designed for generating Data Transfer Object (DTO) classes. Model First Improvements- Define a set of properties that will be present in all new entities. Model Initialization- ... Model initialization settings allow you to specify string properties mapped to columns of unicode data. Attributes- Edit attributes for several selected entities or properties at once. ...

  8. Entity Developer 7.2.10

    Release Notes: Entity Framework support Entity Framework Core 8 is now supported..NET 8 has been added to the list of available Target Framework versions in Create Model Wizard and Model Settings in EF and EF Core ... models. Added the new extended property 'Do Not Generate OnConfiguring Method' for the model in EF Core Model. Fixed the bug with detecting numeric and string literals, specified within round ... brackets, when generating initialization of properties basing on Oracle columns' default values in EF, EF Core, NHibernate models (ODP.NET). Fixed the hang of Visual Studio 2022 when saving the model ...

  9. Entity Developer 7.1.134

    Release Notes: Microsoft Visual Studio 2022 version 17.5 Preview is now supported. Entity Framework support Entity Framework Core 7 has been added to the list of available EF versions in Create Model Wizard ... and Model Settings in EF Core Model. Microsoft.NET 7 has been added to the list of available Target Framework versions in Create Model Wizard and Model Settings in EF Core Model Added new extended properties ... 'Do Not Generate Serializable Attribute' and 'Do Not Serialize' for complex types in Entity Framework Core Model. Entity Developer Fixed the bug with applying the Generate Serializable ...

  10. Entity Developer 7.1.151

    Release Notes: section has been added to class properties in Entity Framework Core 6 and higher models (Microsoft SQL Server). The Triggers configuration option has been added to class properties in Entity Framework Core ... 7 models (SQL Server). Retrieving metadata of table triggers by Create Model Wizard and Update From Database Wizard is now supported in Entity Framework Core 7 models (SQL Server). Fixed the bug when ... mapping PostgreSQL inet and macaddr types in EF Core Model (Npgsql). Fixed the bug "Custom tool error: Object of type 'System.Int32' cannot be converted to type ...

  11. Entity Developer 7.1.177

    Release Notes: in EF Core Model (MySQL). Fixed the bug detecting 'NUMBER(1) NOT NULL DEFAULT 1' as function-based column default value in EF Core Model (Oracle). Fixed the bug detecting the numeric default ... value of string columns as function-based column default value in EF Core Model. 0 ...

  12. Entity Developer V6.12.1395

    Release Notes: Entity Framework support Improved model validation: the errors are generated for all entities with QueryType=True in Entity Framework Core Model when Entity Framework Core version=EF Core 1 in Model ... Settings. Entity Framework support Fixed the bug with wrong automatic assigning QueryType=True for views added to Entity Framework Core Model, when Entity Framework Core version=EF Core 1 in Model Settings. ... Fixed the bug with throwing System.NullReferenceException when saving the changed value of the "Save connection to" option in Model Settings of Entity Framework Core Model. ...

  13. Entity Developer V6.12.1419

    Release Notes: Entity Framework support Changed behavior: Turning off the "Save connection to" option in Model Settings of Entity Framework Core Model wipes out connection string literal from ...

  14. Entity Developer V6.11.1219

    Release Notes: Added new Alt+E hotkey in Property Editor for opening Column Editor in Entity Framework Core Model, NHibernate Model and Telerik Data Access Model. Fixed bug with adding tables to a model by Create ... Model Wizard, when the Database connection string parameter is not set (MySQL/MariaDB). Fixed bug with throwing "bufferAdapter is not a VsTextDocData" when saving a model in.NET Core,.NET ... Standard,.NET 5,.NET 6 projects of Visual Studio 2019. Entity Framework support Fixed bug with missing.NET Framework,.NET Core 1,.NET Core 2 options for the Target Framework property in Model Settings of Entity ...

  15. About Entity Developer

    Description: Hibernate, LinqConnect, Telerik Data Access, and LINQ to SQL. It introduces new approaches for designing ORM models, boosts productivity, and facilitates the development of database applications. Entity ... Developer Features Develop Faster- Design your data access layer visually, via drag-n-drop, and then generate code automatically. Or simply generate a model from a database or vice versa in a couple ... for a Variety of.NET ORMs- Entity Developer can help you design models for various.NET ORMs in one unified interface. You can get support for all ORMs in one tool, or you may purchase a separate edition, working ...

  16. Entity Developer V6.10.1165

    Release Notes: Adds new model object attribute and improves Entity Framework support. Added new attribute DisplayName for model objects' extended properties which are available via template properties. Added ... new options--ContextNamespace and--DefaultNamespace to the Create-Model command of Console Entity Developer. Entity Framework support IPAddress and PhysicalAddress data types are now supported in Entity ... Framework Core Model (Npgsql). Added new extended model property Base Context Type for specifying a parent class for the generated context in Entity Framework Core Model. Added new extended properties Base ...

  17. Entity Developer V6.7.965

    Release Notes: Adds command-line interface in standalone Entity Developer. Added command-line interface in standalone Entity Developer. Improved model file tree in.NET Core/.NET Standard projects- All generated ... code files and model files are now nested under the same node in the Solution Explorer. Improved compatibility with dotConnect providers- Provider packages loaded via NuGet are now registered in Entity ... Model, EF Core Model, and NHibernate Model with no need to run the dotConnect installation. Added the ability to search for available providers in local NuGet cache to standalone Entity Developer ...

  18. Entity Developer V6.12.1338

    Release Notes: Adds support for URI data types to Entity Framework Core Model. Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes. Entity ... Framework support Added new "Save connection to" option to Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity ... "Generate UnitOfWork Repository Properties" to the Entity Framework Core Model Repository and Unit Of Work template for accessing entity collections. Added support for URI data types to Entity Framework ...

  19. Entity Developer V6.11.1258

    Release Notes: Improves Entity Framework support. Type E schemas (External Login from Microsoft Azure Active Directory) are now supported in Create Model Wizard/Update From Database/Update To Database (Microsoft ... SQL Server). Added the ability to detect GENERATED ALWAYS AS ROW START and GENERATED ALWAYS AS ROW END columns in SQL Server 2016 and higher in Create Model Wizard/Update From Database Wizard. Entity ... Framework support New extended property "Use Generic DbContextOptions Constructor Argument" has been added to model Entity Framework Core Model properties. New extended property "Do ...

  20. Entity Developer V6.8.1039

    Release Notes: Fixed bug detecting FK relationships to tables in other schemas by Create Model Wizard and Update From Database Wizard. Fixed bug detecting Oracle columns default values by Create Model Wizard / ...