Pinned Loading
-
.gitignore
.gitignore 1# User-specific files
2*.rsuser
3*.suo
4*.user
5*.userosscache
-
Database connection strings
Database connection strings 1## MS SQL local
2- "Data Source=DESKTOP-RN0NICT;Initial Catalog=MoviesCodeFirst;Integrated Security=true;"
3- "Data Source=DESKTOP-CK5PEBD;Initial Catalog=MANGO_DEV;Integrated Security=true;TrustServerCertificate=True;"
45## MS SQL Docker
-
.gitattributes
.gitattributes 1* text=auto eol=lf
2*.html linguist-detectable=false
3*.cshtml linguist-detectable=false
4*.htm linguist-detectable=false
5*.razor linguist-detectable=false
-
Terraform commands
Terraform commands 1## Terraform commands
23- Init examples:
4- `terraform init -backend-config="azure.sas.conf"`
5- `terraform init -backend-config="azure.sas.conf" -reconfigure`
-
fast_delete_node_modules.txt
fast_delete_node_modules.txt 1powershell -Command "Remove-Item -LiteralPath 'node_modules' -Force -Recurse"
-
Azure commands
Azure commands 1# Az account management commands
23## Login
4- `az login`
5- `az login --use-device-code`
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.