c# how to get connection string from app config

58

c# how to get connection string from app config -

var connectionString=ConfigurationManager.ConnectionStrings["CharityManagement"].ConnectionString;

Comments

Submit
0 Comments