Skip to content

Instantly share code, notes, and snippets.

@CoreProgramm
Created April 12, 2020 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoreProgramm/3d51381b707a3aecfbc4440f0b34f81f to your computer and use it in GitHub Desktop.
Save CoreProgramm/3d51381b707a3aecfbc4440f0b34f81f to your computer and use it in GitHub Desktop.
Dynamically read connection string in ASP .NET Core
"ConnectionStrings": {
"DefaultConnection": "Server=**********;Database=Customers;User Id=sa;password=*******"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment