代码改变世界

Visual Entity 下载列表(最新版为 2.0.0 ,已支持Visual Studio 2013)

2011-02-25 15:34  麦舒  阅读(6466)  评论(69编辑  收藏  举报

常见问题:

http://www.cnblogs.com/ansiboy/archive/2011/04/06/2006839.html

发展线路:

2.x 将支持的功能有:

1、增加重构功能。当修改类或属性名称,提示并进行重构以更新所有引用。 

2、允许将自定义的特性放在属性窗口中,以方便编辑。

3、Web Services 代码生成。

4、for NHibernate: 支持缓存设置

5、NHibernate: 支持 T4 生成代码

还需要更多功能?请给我留言吧。或者给我发邮件,support@alinq.org

 

已经知道的问题:

  1、由数据库更新模型

  2、由模型更新数据库

          这两个功能存在比较大的 BUG ,需要修改的时间比较长。 所用现在对于 NHibernate 用户,建议从数据库到模型(database first)

或者参考下面的文章:

http://www.cnblogs.com/lyj/archive/2008/11/11/1331509.html

     3、区分小写的(带引号)的 Oracle 表名无法正确生成。

2.0.0 更新(2014-6-14更新)

1、支持 Visual Studio 2013

2、Linq to SQL 支持通过模版生成代码

2014-6-14 更新:解决 “只安装 VS 2013,而没有安装 VS 2012 的情况下,不能使用” 的问题。

Visual Entity 2.0

1.8.0 更新

1、支持 PostgreSQL 和 DB2 。

如果你需要使用 PostgreSQL,需要安装由我们提供的 DDEX Provider(VS 插件,用于添加链接到 VS 的 Server Explorer 面板中)。

点击这里转到下载页面。

Visual Entity 1.8.0 VS2008

Visual Entity 1.8.0 VS2010

1.7.4 更新

1、修复关于 Navigate Property 的一个 BUG 。

Visual Entity 1.7.4 VS2008

Visual Entity 1.7.4 VS2010

1.7.3 更新

1、修正多对多生成影射的 BUG

Visual Entity 1.7.3 VS2008

Visual Entity 1.7.3 VS2010

1.7.2 更新

1、支持 QueryOver

Visual Entity 1.7.2 VS2008

Visual Entity 1.7.2 VS2010

1.7.1 更新

1、修正多对多的 BUG

Visual Entity 1.7.1 VS2008

Visual Entity 1.7.1 VS2010

1.7.0 更新

1、支持更多的数据库,包括:SQL Server,SQL CE,Access,My SQL,SQLite,Oracle,Firebird

2、支持 Linq to NHibernate。

3、修复多个小 BUG 。

Visual Entity 1.7.0 VS2008

Visual Entity 1.7.0 VS2010

1.6.3 更新

修复属性注释的 BUG 。

Visual Entity 1.6.3 VS2008

Visual Entity 1.6.3 VS2010

1.6.2 更新

修复实体编辑窗口,添加属性时,树形会自动合上的 BUG 。

Visual Entity 1.6.2 VS2008

Visual Entity 1.6.2 VS2010

1.6.1 更新

1、增加了主键和外键的验证

2、增加了实体类的编辑窗口

3、改进了对数据库数据类型的编辑

4、增加了对 Oracle, SQL CE 数据库的支持

Visual Entity 1.6.1 VS2008

Visual Entity 1.6.1 VS2010

1.4.4 更新

1、修正了多主键不能生成 composite-id 的 BUG

2、支持 Generator

3、支持将数据库中字段的备注生成为属性的注释

Visual Entity 1.4.4 VS2008

Visual Entity 1.4.4 VS2010

详情请查看

1.4.2 更新

1、支持 VS 2008 。

2、支持自动属性。

3、更新了由模型创建多对多关系。

Visual Entity 1.4.2 VS2008

Visual Entity 1.4.2 VS2010 

点击这里查看使用

1.4.0 更新

1、支持生成实体类的自动属性。

2、支持生成属性的 length、scale 映射。

3、修正了 Fluent Mapping 的 LazyLoad 的 Bug 。

Visual Entity 1.4.0 下载

1.3.1 更新

1、修正了直接从模型创建关联的错误

Visual Entity 1.3.1 下载

1.3.0 更新

1、支持 Attribute Mapping

2、支持 单表继承

3、支持 set,bag,list,map 类型

Visual Entity 1.3.0 下载

1.2.3 更新

1、修正了多对多,Xml Mapping 没法生成的 BUG 。

Visual Entity 1.2.3 下载

1.2.1 更新

1、支持 Fluent Mapping 。关于更多 Fluent Mapping 请参考:http://fluentnhibernate.org/

2、支持多对多关系映谢。(当前版本不继承关系)

3、支持单文件单类

Visual Entity 1.2.1 下载

关于使用,请看《致力于打造完美的 NHibernate 设计器--Visual Entity 1.2.1 发布》

1.1 更新

支持 NHibernate 了,仅支持 1 对 多的关系,不支持继承以及多对多关系。

未来将会支持:

1、继承

2、多对多关系。

Visula Entity 1.1 下载

关于使用,请看:

免费好用的 NHibernate 可视化实体代码生成器 -- Visual Entity 1.1 支持 NHibernate 了

1.0.2 更新

1、优化了 "Update Database from Model" 窗体中的多线程,使用界面更为流畅。

2、添加了“刷新”按钮。

https://files.cnblogs.com/ansiboy/Visual_Entity_V1.0.2_VS2010.zip