I have xml files called 1.template
, 2.template
, 3.template
, etc. (The number refers to the application's ID number inside our company.)
- I have one XML template file per application and rarely have more that one application in a solution.
- I have a generic configuration reader called "ConfigurationReader".
- I have projects in both C# and VB.
I want to be able to generate a strongly typed class that inherits from ConfigurationReader and exposes properties named for the keys in the XML template file. The template files have enough information to know what data type the properties should be.
What feature, product, or technology would you recommend?