
Setting up Continuous Integration/deployment on Gitlab to deploy a .NET Core application to an FTP server
In this article will set up a continuous integration pipeline for a .NET Core web application with automated deployment to an FTP server.

The beginner's guide to understanding Continuous Integration (CI)
Integration can often be a long and unpredictable process. Continuous integration (CI) is an approach that reduces the risk and attempts to treat rare and complex integrations as non-events.