This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
In .Net Core I use the Options pattern to access configuration values in a strongly typed way. I am wondering if the Options pattern is considered as a design pattern or not ? Since it is not one of the patterns mentioned by the GoF . So, does it fall under other pattern category ?
In .Net Core I use the Options pattern to access configuration values in a strongly typed way.
I am wondering if the Options pattern is considered as a design pattern or not ? Since it is not one of the patterns mentioned by the GoF. So, does it fall under other pattern category ?
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.