Hi,

In VB.Net projects, you can specify a configuration file where in you can define the connection string and other variables.

I notice that in C#, there is no configuration file.

What is the equivalent of a configuration file in C#? I wanted to declare my connection string externally so that even I change database connections, I dont have to compile the program again.

Many thanks.