I am currently working with spring.net for dependency injection on a .net project c#. I am configuring my spring via xml configuration files. In this I am creating my objects etc.
I would like to create a constant object, with string value within my xml file. Is this possible and if so, how might I achieve this? I want to proceed and use this value in multiple places, hence I am taking this approach.
MyString is singleton, because of spring objects are singleton by default
Here is how to reference
MyString: