We are switching security for SQL Server so that only Managed Service Accounts are used.
Currently, I am providing usernames and passwords in my connection strings. Once the MSAs are setup, do I simply change my connection strings to use Trusted_Connection=True and remove the username and password?
I thought finding examples of using MSAs with C# would be quite simple.