After reading the previous chapters and once you have implemented your application and tested it, and you are happy with it, it's time to deploy it. This will make it available to the outside world, or at least part of it!
In this chapter, we will see how we do that and explore some of the options available by coveringthe following topics:
- Deploying manually and compiling real-time changes
- Deploying using Visual Studio
- Deploying to IIS
- Deploying to NGINX
- Deploying to Azure
- Deploying to Amazon Web Services (AWS)
- Deploying to Docker
- Deploying as a Windows service
Technical requirements
To implement the examples introduced in this chapter, you will need the .NET Core 3 SDK and a text editor. Of course, Visual Studio ...