MySQL Connector/Net 6.8.0 alpha has been released

Posted by Roberto Garcia on Oracle Blogs See other posts from Oracle Blogs or by Roberto Garcia
Published on Wed, 23 Oct 2013 16:30:10 +0000 Indexed on 2013/10/24 4:02 UTC
Read the original article Hit count: 345

Filed under:

Dear MySQL users,

MySQL Connector/Net 6.8.0, a new version of the all-managed .NET driver for MySQL has been released. This is an alpha release for 6.8.x and it's not recommended for production environments.
It is appropriate for use with MySQL server versions 5.0-5.6

It is now available in source and binary form from http://dev.mysql.com/downloads/connector/net/#downloads and mirror sites (note that not all mirror sites may be up to date at this point-if you can't find this version on some mirror, please try again later or choose another download site.)

The 6.8.0 version of MySQL Connector/Net has support for Entity Framework 6.0 including:

- Async Query and Save
- Code-Based Configuration
- Dependency Resolution
- DbSet.AddRange/RemoveRange
- Code First Mapping to Insert/Update/Delete Stored Procedures
- Configurable Migrations History Table
- DbContext can now be created with a DbConnection that is already opened
- Custom Code First Conventions

The release is available to download at http://dev.mysql.com/downloads/connector/net/#downloads


Documentation
-------------------------------------
You can view current Connector/Net documentation at http://dev.mysql.com/doc/refman/5.6/en/connector-net.html


You can find our team blog at http://blogs.oracle.com/MySQLOnWindows
You can also post questions on our forums at http://forums.mysql.com/

Enjoy and thanks for the support!

Connector/NET Team

© Oracle Blogs or respective owner

Related posts about /Oracle