DEV Community

Cover image for All About IOptions Pattern in .NET.
Ahmed Shah
Ahmed Shah

Posted on • Updated on • Originally published at dev.to

All About IOptions Pattern in .NET.

In this series we will talk about IOptions Pattern in detail. how can we use it our application to configure strongly typed settings. the series will consist of three articles.

  • In the first one will talk about what is IOptions Pattern and different types of it.
  • In the Second article we will learn about Validation in IOptions Pattern
  • In the Third article we will talk about Named and Typed IOptions and different use cases of the them.

You can read about first article here link

References
IOptions Patten Microsoft Documentation Link

Top comments (0)