Fixing .NET configuration hell with TeleSharp: Reusing configuration sections
Reusability, or the lack of it, is one of the main
problems with the .NET configuration experience. How many
times do we find ourselves creating the same configuration
sections over and over again as part of our .NET
applications? And then when those configuration settings
change we have to go change it on 20 different places.
With TeleSharp, we created a simple model that allows you to reuse the same configuration sections across the different components of you r applications. The rule is pretty simple Create it once, use it everywhere.