I need help in writing a connection string to connect to a SQL Server database which is running in a docker container.
It's a .NET app that needs to be connected, but initially I want to test the connections with the database I have on SQL Server on docker.
IDE being used is Riders, OS is Mac OS.