LinqConnect 4.7 is released!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

LinqConnect 4.7 is released!

Post by Devart » Thu 25 May 2017 15:48

Dear users,

Devart is glad to present the new version of LinqConnect 4.7 - an enhanced LINQ to SQL compatible ORM solution with extended functionality and support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite.

New version of LinqConnect offers you support for .NET Core. LinqConnect now has both assemblies for Full .NET Framework and .NET Standard 1.3 compatible assemblies. Please note that .NET Standard 1.3 compatible assemblies are not included in the product installers and available only via NuGet packages available on www.nuget.org.

.NET Standard compatible assemblies use different licensing mechanism than assemblies for Full .NET Framework. They use either license key files placed to a specific folder (C:\ProgramData\Devart\dotConnect\License\) or license keys provided as a connection string parameter. Note that trial license key files are generated by the trial installers of our products. If you want to try the .NET Standard compatible assemblies of our products, distributed via NuGet packages, you will still need to install the product in order to obtain the trial license key file. You can find more information about technical licensing in the LinqConnect documentation.


Here is the complete list of LinqConnect 4.7.1199 features:
  • .NET Core is supported
  • The NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are uploaded to www.nuget.org
  • The bug with running LINQ queries, which invoke .NET methods on client side during materialization of result set, is fixed
  • The bug with materializing scalar value collection when converting values on the client side is fixed
  • The bug with returning incorrect data by the 'BooleanProperty ?? false' LINQ query is fixed (MySQL)
Entity Developer
  • The .NET Core projects in Visual Studio 2017 are supported
  • The Snake case in both Model and Database naming rules is supported via the new "Add underscore" option

Devart development team
http://www.devart.com/linqconnect/

Locked