I am new to using like in memory collections in .Net. So can anyone help me in how to use the Config.Net's UseInMemoryDictionary?
https://github.com/aloneguid/config?tab=readme-ov-file#inmemory
As far as I read the Config.Net, we should define an interface and build the configuration by specifying this Interface. But I have a doubt in how to define the values for the properties in the interface.
Should I derive a class using that interface and specify the values in the derived class?
Thanks in advance.