LinqConnect 新版本發表

Released: Aug 21, 2015

Updates in this release

Updates in V4.4

  • SQL Server 2014 support.
  • JSON data type support.

Released: Aug 21, 2015

Updates in this release

Updates in V4.5.816

  • Full support for Visual Studio 2015.

Released: Oct 23, 2013

Updates in this release

Updates in V4.3.355

  • Oracle 12c support.
  • Oracle 12c specific SQL paging.

Released: Mar 18, 2013

Updates in this release

Updates in V4.1

  • Visual Studio 2012 support.
  • Added support for primary key ID generators.

Released: Jun 19, 2012

Updates in this release

Updates in V4

  • Visual Studio 2012 RC support
  • Support for Windows Phone 7, Silverlight 4 and higher
  • Any references to System.Data.Linq have been removed, LinqConnect now uses its own classes only
  • Optimize complex object graphs with chains of parent-child objects
  • Delete rule performance improved
  • Compilation performance improved
  • Materialization performance improved
  • Compiled query cache improved

Released: Sep 15, 2011

Updates in this release

Updates in V3.0

New Fluent mapping support provides the following advantages over XML and attribute mapping:

  • Unlike attribute mapping, fluent mapping does not modify entity classes, allowing them not to be persistence-aware
  • Application code performs mapping, so mapping is always checked for errors during compilation
  • Mapping can be easily modified at run-time. For example, different DBMS can be used for persistence depending on the application settings

Fluent mapping allows you to employ the Code...