#source-control
Read more stories on Hashnode
Articles with this tag
Visual Studio protects you and your data during deployments by making sure you do not delete data by accident. Such mishaps can be caused by...
When streamlining our database development process, we first must get our databases under source control. Often, the code accesses other databases on...
Databases should be under source control and have the ability for CI/CD just like application code. Visual Studio gives you this capability. Here, we...