1
I would like to manage my connections manually so that users can inform 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 I were instantiating a connection manually or just informing the connection string via code without modifying the settings file. It is possible?