July 23, 2018

Enjoy High-Performance Connectivity to MySQL 8.0 with Updated dotConnect for MySQL

Devart introduced a significant update of dotConnect for MySQL, a powerful ORM-enabled data provider, with the full support for recently enhanced MySQL 8.0. Devart, a Czech software vendor of data connectivity solutions and database tools, has rolled out a greatly improved version of dotConnect for MySQL, a fast and advanced ADO.NET provider. Following the recent update of MySQL Server by Oracle, the tool now fully supports the latest version of MySQL with improvements across the board. Here???s the scoop on the key enhancements implemented in new dotConnect for MySQL: MySQL 8.0 support for seamless MySQL-based application developmentThe support for caching_sha2_password, the new default MySQL authentication pluginExtended list of MySQL charset collations Improved performance of SSIS Lookup component The above represents some of the highlights. Drill further into the complete list of other useful features of dotConnect for MySQL at https://www.devart.com/dotconnect/mysql/ . About Devart Devart is one of the leading developers of database tools and administration software, ALM solutions, data providers for various database servers, data integration and backup solutions. The company also implements Web and Mobile development projects. For additional information about Devart, visit https://www.devart.com/ .

Explore the Java Collections Rotate Method

See how to use the rotate method in Collections to rotate the elements to a specified position. import java.util.*;public class UsingRotateInCollections { public static void main(String args[]) { UsingRotateInCollections usingRotateInCollections