When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Building Configurable Applications Using .NET 5 Generic Host
Hard-coded paths, URLs, and other settings make your applications inflexible and difficult to change. This course will teach you how to use the .NET Generic Host and Configuration APIs in your applications, allowing them to update without recompiling.

This Course Includes
pluralsight
5 (56 reviews )
1 hour 54 minutes
english
Online - Self Paced
core courses
pluralsight
About Building Configurable Applications Using .NET 5 Generic Host
Applications and services need to be flexible, using different configuration settings depending on whether they are running in development or production, without having to recompile.
In this course, Building Configurable Applications Using .NET Generic Host, you'll learn how to implement applications so they can be easily configured leveraging the .NET Class Libraries.
First, you'll explore how the .NET Configuration API simplifies working with configuration from files and other sources.
Next, you'll discover how to expose your configuration values throughout your applications efficiently using dependency injection.
Finally, you'll learn some best practices on how to make your reusable code libraries configurable too.
When you're finished with this course, you'll have the skills and knowledge of developing with the .NET Generic Host and Configuration APIs needed to make your applications and services configurable for each target environment.
What You Will Learn?
- Course Overview : 1min.
- Understanding Configuration in .NET : 11mins.
- Exploring the Configuration API : 25mins.
- Using the .NET Generic Host : 24mins.
- Adding Application Configuration to the Host : 28mins.
- Creating a Configurable Library : 21mins.