© Fanie Reynders 2018
Fanie ReyndersModern API Design with ASP.NET Core 2https://doi.org/10.1007/978-1-4842-3519-5_11

11. Hosting & Deployment

Fanie Reynders1 
(1)
Odijk, The Netherlands
 

The goal of writing any piece of software is to successfully deploy and run it in a production environment for use. Applications can run in different environments that are used for specific purposes, like developer integration testing, user acceptance testing, and, of course, production. Each environment provides an isolated host where applications can run.

The term hosting refers to the mechanism that provides access for the application to the end-user; hosts are typically configured on an application server in a specific environment. Deployment is the process of ...

Get Modern API Design with ASP.NET Core 2: Building Cross-Platform Back-End Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.