About 16,800 results
Open links in new tab
  1. MySQL :: Download Connector/NET

    We suggest that you use the MD5 checksums and GnuPG signatures to verify the integrity of the packages you download.

  2. MySQL Connector/NET Developer Guide

    Oct 20, 2025 · This manual describes how to install and configure MySQL Connector/NET, the connector that enables .NET applications to communicate with MySQL servers, and how to …

  3. Chapter 3 Connector/NET Installation - MySQL

    MySQL Connector/NET runs on any platform that supports the .NET Standard (.NET Framework, .NET Core, and Mono). The .NET Framework is primarily supported on recent versions of …

  4. MySQL Connector/NET and X DevAPI

    MySQL Connector/NET 9.5 supports X Protocol, which enables you to use X DevAPI with the .NET language of choice to develop applications that communicate with a MySQL server …

  5. Chapter 1 Introduction to MySQL Connector/NET

    MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ADO.NET interfaces …

  6. 6.1 Tutorial: An Introduction to Connector/NET Programming

    This section provides a gentle introduction to programming with MySQL Connector/NET. The code example is written in C#, and is designed to work on both Microsoft .NET Framework and …

  7. 4 Connector/NET Connections - MySQL

    All interaction between a .NET application and the MySQL server is routed through a MySqlConnection object when using the classic MySQL protocol. Before your application can …

  8. Chapter 6 Connector/NET Tutorials - MySQL

    The following MySQL Connector/NET tutorials illustrate how to develop MySQL programs using technologies such as Visual Studio, C#, ASP.NET, and the .NET, .NET Core, and Mono …

  9. Chapter 4 MySQL Connector/NET Developer Guide

    MySQL Connector/NET is the connector that enables .NET applications to communicate with MySQL servers. For notes detailing the changes in each release of Connector/NET, see …

  10. 3.1.2 Installing Connector/NET Using NuGet - MySQL

    You can install or upgrade one or more individual Connector/NET packages with NuGet, making it a convenient way to introduce existing technology, such as Entity Framework, to your project.