.NET Connector
Comprehensive guide to ADO.NET connectors for MariaDB. MySqlConnector is the recommended ADO.NET connector for MariaDB, covering connection strings, DbConnection/DbCommand classes, and parameterized q
Last updated
Was this helpful?
Comprehensive guide to ADO.NET connectors for MariaDB. MySqlConnector is the recommended ADO.NET connector for MariaDB, covering connection strings, DbConnection/DbCommand classes, and parameterized q
.NET applications connect to MariaDB and MySQL through ADO.NET connectors. MariaDB recommends MySqlConnector, an open-source, third-party ADO.NET library.
MySqlConnector is the recommended ADO.NET connector for MariaDB Server, offering high performance and MariaDB-specific features including zero-configuration SSL and GSSAPI authentication.
Alternative ADO.NET connectors for MariaDB include MySQL Connector/NET and dotConnect for MySQL, supporting .NET Framework, .NET Core, and optional Entity Framework ORM integration.
This page is: Copyright © 2026 MariaDB. All rights reserved.
Last updated
Was this helpful?
Was this helpful?

