Hi everyone,
I do development with C# and done so using .NET4.
Best practice, I've been told, and for many reasons is to have your connection string in AppConfig. Comming over to .NET5 AppConfig doesn't even exists. So, where should I keep the connection string now?
Would appreciate your help - just a link to some documentation will do.
Many thanks.

