Skip to Content
Building RESTful Web Services with .NET Core
book

Building RESTful Web Services with .NET Core

by Gaurav Aroraa, Tadit Dash
May 2018
Intermediate to advanced
334 pages
7h 25m
English
Packt Publishing
Content preview from Building RESTful Web Services with .NET Core

CI versus CD

We have already discussed these two methods in previous sections. In this section, we will briefly discuss the difference between CI and CD.

CI is a practice where by all team members (developers) integrate their code. This happens on every check-in, whenever a developer pushes changes, or as the code is configured, CI triggers. The most important advantage of this is that it saves time during your development cycle as it identifies conflicts, if there are any. This starts with the initial steps to set up automotive tests. As soon as someone pushes changes to the repository, it triggers the build and tests.

Continuous deployment solves the deployment problems of the code while deploying to the production environment.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On RESTful Web Services with ASP.NET Core 3

Hands-On RESTful Web Services with ASP.NET Core 3

Samuele Resca
Microservices in .NET Core

Microservices in .NET Core

Christian Horsdal Gammelgaard

Publisher Resources

ISBN: 9781788291576Supplemental Content