0
kicks
Stored Provider Based Configuration Management Implementation
In this article I’ll talk about a different way to store Configuration Values instead of using App.config or Web.config.
App.config provide a simple way to quickly store Key/Values but when we’re working with a large Application with lot of Settings it could be interesting to store theses Configuration Keys into a Database in order to be able to change it quickly and so without need to restart our Application.