TechSvr Blog » Blog Archive » ASP.NET - Connecting asp.net to mysql database - 0 views
-
boho .net on 31 Aug 08MySQL is the most scalable and widely used database server on web. Mostly applications I have seen are using mysql as a database server due to its fast speed (I think), and easy to use features, and the most important thing is its open source. You need not to take any license for it, its totally FREE and also easy to setup. In this article we'll learn how to connect mysql database with asp.net.