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
You can read more about the Options pattern in ASP.NET Core at the following page:
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options.
The official ASP.NET Core documentation has useful pages about deployment:
- 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
You can read official materials from Microsoft using the following links:
- Announcement: https://devblogs.microsoft...