I am working asp.net for a few years. In asp.net, database connection string is stored at web.config file. All page can share this connection string.
Now, I need to learn how to create windows app.
Where to store a connection string, e.g. connect to SQL, to Access DB, so that all windows forms can share it?
Now, I need to learn how to create windows app.
Where to store a connection string, e.g. connect to SQL, to Access DB, so that all windows forms can share it?