LinqConnect 2.00 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 2.00 is released!

Post by Devart » Tue 30 Nov 2010 15:09

Dear users,

Devart is glad to announce the release of LinqConnect 2.00. LinqConnect continues to improve, and now in version 2.00 it has many new features:
  • Batch Updates
    Now LinqConnect can execute DML statements in batches on SubmitChanges call, which improves performance of update operations.
  • Table Per Type inheritance
    New kind of inheritance hierarchy - Table per Type is supported now in addition to Table Per Hierarchy support.
  • ASP.NET Dynamic Data
    New templates for ASP.NET Dynamic Data projects are now included into LinqConnect package. This allows you to create ASP.NET Dynamic Data applications, using LinqConnect.
  • PLINQ
    LinqConnect 2.00 supports Parallel LINQ, which offers performance improvements for your applications, using LinqConnect.
  • Visual Studio Debugger Visualizer for DataQuery objects
    Now you can view SQL code, generated for your LINQ queries, while debugging your application. Debugger visualizer highlights SQL syntax of your query for better readability.
Here is the complete list of dotConnect for LinqConnect 2.0.8 features:
  • Ability to execute DML statements in batches on SubmitChanges added
  • Table Per Type inheritance supported
  • Supported ASP.NET Dynamic Data with ASP.NET Dynamic Data project templates
  • PLINQ support added (connection manager redesigned for thread safety)
  • Supported Visual Studio Debugger Visualizer with SQL syntax highlighting for the DataQuery objects
  • Implemented overloads of DataContext.CreateDatabase and DeleteDatabase methods with boolean parameters specifying whether to create/delete database or not (MySQL, SQLite)
  • Changed behaviour: retrieving master entity from details one now generates left outer join instead of inner join
  • Fixed bug with default mappings for Medium-, Large- and TinyBlob data types (MySQL)
  • Fixed bug with creating table constraints when using the DataContext.CreateDatabase() method (SQLite)
  • Fixed bug with executing compiled queries with boolean parameters (SQLite)
Entity Developer
  • Added Update Model From Database functionality
  • Update To Database with Storage Synchronization functionality added
  • Added possibility for changing the UpdateCheck property for several fields at once
  • Added multiselect support for properties
  • Improved large models handling
  • Fixed bug with IndexOutOfRangeException on code generation
  • Fixed bug with keyword quotation in the Source property
  • Fixed bug with Unknown parameter direction
  • Fixed "Cannot find column Position" bug
  • Fixed bug with Visual Basic code generation for stored functions
  • Fixed bug with not loading Master property in Detail entity of master/details associations
  • Fixed bug with mapping One-to-One associations to One-to-Many
  • Fixed bug with default editor in Visual Studio
  • Fixed 'Model is not registered' bug
  • Fixed some bugs in Team Foundation Server support
Devart development team
http://www.devart.com/linqconnect/

Locked