I would like to manage my connections manually, so that users could enter the server address, but Entity creates the connection string directly in the config file, the only way would be to change that file every time.
But I wanted to do this through code, as if instantiating a connection manually or just informing the connection string via code without modifying the settings file. Is it possible?