How can I make a connection to SQL with the connectionstring in AppConfig?
I did this, but I wish it could be by AppConfig, how can I do it?
private void button1_Click(object sender, EventArgs e)
{
string connectionString = @"Da...
asked by
21.09.2017 / 16:24