Examining .NET's Options Pattern
If you missed it, last week Layla Porter launched a new video really clearly explaining the options pattern in .NET.
This covers:
- A breakdown of the Option Pattern as introduced into the .NET Framework.
- A demonstration of the benefits of using
iOptions
containers to inject configuration values into dynamic applications as opposed to using hard-coded values from configuration files or from the command-line. - Mechanisms for enforcing compile-time validation of configuration values.
About Layla Porter
Layla Porter is a C# enthusiast immersed in tech. She is a Five-time Microsoft MVP in developer tech and thrice decorated with GitHub Star honors. As well as being a skilled developer, Layla is a founder of #WomenOfDotNet - a community dedicated to individuals who identify as women in the .NET community.
Free MAUI Workshop
Java Development with Visual Studio Code