-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Essentials
By :
After following a good development process, implementing good practices, and covering all the functionalities required for an application, it’s necessary to publish it in an environment. For this to be done successfully, it’s important to understand various concepts, practices, and application packaging models that go beyond the source material. In this chapter, we’ll discuss different approaches to hosting and deploying applications, as well as understand concepts related to continuous integration and continuous deployment (CI/CD) and containers.
ASP.NET Core 9 provides a robust configuration system that allows developers to manage configurations and behaviors effectively. This chapter will explore the importance of application configurations, how to manage them using the configuration system, and how to make your applications adaptive at runtime.
In this chapter, we’ll cover the following topics: