Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionShould 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.
精彩评论