Entity Developer Releases

Released: Sep 22, 2016

Updates in V6.0.96

Fixes

  • Fixed bug assigning int data types to storage columns in the SSDL part of the model.
  • Fixed bug loading Oracle Managed Data Provider for .NET installed via NuGet Package Manager.
  • Fixed bug setting the Value Generated property attribute in EF Core models.

Released: Jun 9, 2016

Updates in V6.0.20

Features

  • The DbProviderFactory provider registration in the application's *.config is now supported by the Entity Developer version integrated into Visual Studio.
  • Default behaviour has changed for bit(2..8), bit(9..16), bit(17..32), they are now mapped to Byte, Int16, Int32 by the Create Model Wizard and Update Model From Database Wizard (MySQL).
  • Added Telerik Data Access support.

NHibernate Support

  • NHibernate Loquacious API for mapping by code is supported.
  • The IsExternal functionality is...

Released: Aug 21, 2015

Updates in this release

Updates in V5.8.676

  • Full support for Visual Studio 2015.

Released: Dec 11, 2014

Updates in this release

Updates V5.7

  • Visual Studio 2013 support.
  • Oracle 12c support.

Released: May 1, 2013

Updates in this release

Updates in V5.5

  • MVC Controller and MVC View - New templates designed for generating an ASP.NET MVC Controller and View.
  • Data Annotations Metadata - Generate data annotations for metadata classes.
  • Data 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...

Released: Oct 19, 2011

Updates in this release

Updates in V4.1.55

  • New skins to improve application appearance
  • Selection driven highlighting implemented
  • Change shape color for entities, complex types and enums
  • Select diagram skin type
  • The possibility to export the diagram into an image file is added
  • The pluralization algorithm is improved when Naming rules are defined
  • Support for enumerated types ("enums") implemented
  • Support for spatial data-types for Geography and Geometry - (Entity Framework only)
  • Import selected stored procedures into...

Released: May 20, 2011

Updates in this release

Updates in V3.50

  • LINQ to SQL: POCO template with XML mapping generation - template added
  • Entity Framework: POCO template, Self-Tracking template, DbContext template with fluent mapping generation - template added
  • Template usability has been improved
  • The Template Editor has been significantly improved
  • Ability to declare additional properties for model objects has been added
  • Ability to specify .NET attributes for model objects has been added
  • A "Preserve schema name in storage" option has been...

Released: Apr 12, 2010

Updates in this release

Updates in V2.80

  • Support for ADO.NET Entity Framework 4 added
  • Support for multi-result set methods added
  • Improved dialogs for editing model objects
  • Full integration with Visual Studio implemented
  • Added full support for ModificationFunctionMapping
  • Improved Find in Model functionality
  • Improved One-To-One associations handling

Released: Nov 25, 2009

Updates in this release

Updates in V2.50

  • New T4 like template engine with editor added
  • Updated code generation
  • Ability to generate separate files for classes added
  • Entity Framework Pregenerated Views support added
  • Improved null handling code generation
  • Ability to execute LINQ and Entity SQL queries with data and native sql preview added
  • Ability to preview and edit data displayed in Database Explorer added
  • Table splitting added (emulation of deferred loading for "large" datatypes in EF)
  • OnDelete support for associations...