Entity Developer

  1. Entity Developer integrates into Visual Studio 2012.

    機能: Entity Developer seamlessly integrates with Visual Studio 2012. You may edit your Entity Developer models as Visual Studio documents. Entity Developer toolbars and tool windows behave as native Visual Studio toolbars and tool windows, all Entity Developer ...

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

    機能: 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 ...

  3. Test your model.

    機能: 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 for additional applications and reducing time for accessing these ...

  4. T4-based code generation is very powerful and flexible.

    機能: Using Entity Developer, you can fine-tune the code generation process according to particular needs by flexibly using different types of new templates that are shipped with the application. You can customize code generation settings for existing templates ...

  5. Performance is optimized for work with large models.

    機能: 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 ...

  6. Models are validated in background while being edited.

    機能: 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 ...

  7. Models

    スクリーンショット: Entity Developer model in Visual Studio 2012. ...

  8. Entity Developer Menu

    スクリーンショット: ...

  9. Model Wizard

    スクリーンショット: Create Model Wizard – choosing approach. ...

  10. Database Wizard

    スクリーンショット: Update to Database wizard – Choose change actions. ...

  11. Data

    スクリーンショット: Data from a table in Database Explorer. ...

  12. Entity

    スクリーンショット: Data from an entity. ...

  13. Generate SQL

    スクリーンショット: SQL generated for selecting data from an entity. ...

  14. LINQ

    スクリーンショット: LINQ to Entities query. ...

  15. Extended Properties

    スクリーンショット: Template – extended properties. ...

  16. Template Editor

    スクリーンショット: Template editor with intellisense. ...