Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with deeper research.
Exercise 8.1 – Online material
Online material could be created by Microsoft or third-parties, or extra content for this book.
You can read more about the Options pattern in ASP.NET Core at the following link:
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options
The official ASP.NET Core documentation has useful pages about deployment as shown in the following links:
- Deploy to IIS (Windows Internet Information Service): https://learn.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis.
- Deploy to Azure Web App using Visual Studio: https://learn.microsoft.com/en-us/aspnet/core/tutorials/publish-to-azure-webapp-using-vs.
- Deploy to Nginx on Linux: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx.