MySQL Connector/NET

MySQL Connector/NET  使.Net+MySQL开发变得越来越方便,关于MySQL Connector/NET官方是这样介绍的:

Connector/NET enables developers to easily create .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ADO.NET interfaces and integrates into ADO.NET aware tools. Developers can build applications using their choice of .NET languages. Connector/NET is a fully managed ADO.NET driver written in 100% pure C#.

现在已经有多个版本发布,完全支持ADO.NET数据访问模式,支持ADO.NET 2.0,ASP.Net 2.0 Membership 等
    Connector/Net  version
  • 5.11
  • 5.07
  • 1.09
下载地址:http://dev.mysql.com/downloads/connector/net/5.1.html
官方文档:http://dev.mysql.com/doc/refman/5.0/en/connector-net.html
社区讨论:http://forums.mysql.com/list.php?38
原文地址:https://www.cnblogs.com/chy710/p/762130.html