Answers for "how to get the connection string from app.config in c#"

C#
3

c# how to get connection string from app config

var connectionString=ConfigurationManager.ConnectionStrings["CharityManagement"].ConnectionString;
Posted by: Guest on August-24-2020

Code answers related to "how to get the connection string from app.config in c#"

C# Answers by Framework

Browse Popular Code Answers by Language