Introduction The term “Enterprise Architecture” has multiple meanings. From a design/IT perspective, it’s the process of capturing an organization’s enterprise level business processes in the architecture of a system. Secondly,…
So recently I was trying to create nested ConfigurationElementCollection items within my custom ConfigurationSection like this: <Custom> <Apps> <App path=”…”> <Methods> <Method name=”…” /> <Method name=”…” /> <Method name=”…” />…