How get data from mysql database? I use ASP.NET and C#.Previously, I used LINQ but it does 开发者_Python百科not work with mysql database
You need MySQL ADO.NET provider. Download it, and try learning by looking at the examples. They're pretty straightforward.
There are several LINQ providers for MySQL, such as DbLinq (FOSS) and LightSpeed (commercial).
精彩评论