13.04.2013 Archive

Arşivde toplam 1 içerik görüntüleniyor.

Database Connection in C#

Database Connection in C#

In C#, for SQLServer connection, we need to call SqlClient namespace (using System.Data.SqlClient;), or for another database, we call the required namespace. For MySQL, if the .NET connector is installed, we use using My...

April 13, 20132 min read