Should I build my own wrapper class for MySQL or should I use download one of the installable MySQL addins for Visual Studio to help?
My App is pretty simple, but I'm also new to C#.
MySQL provides .NET conector for C#. See this!
You can use it in very simple projects. Here is an example of using it with ADO.NET with ODBC driver and here how to use it directly.
For more complex projects I strongly suggest to use some OR mappers that supports MySQL like SubSonic or BLToolkit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With