Tagged Questions
5
votes
2answers
459 views
Thread safe usage of System.Configuration
Is there an easy method of accessing custom System.Configuration-based configuration data through a thread-safe interface without requiring each execution context from loading/reloading configuration ...