I would like to create a C# .Net software linked to a database.
I had a look at some solutions found on google but none of them convinced me …
So, what do you think is the better way to integrate a my_sql database into a C# .Net Software. Of course a nice integration into visual studio would be better :p
Thanks.
PS : I use Ruby on Rails at work and i love the Database Model, very simple and quite powerful ! Is there an equivalent for C# ?
I use the ADO.Net connector from here: http://www.mysql.com/products/connector/
Works great for what we need.