We used to store global data in our asp.net 4 application using Static classes. Then we came across SQL Server cache dependency.
My question is can we use SQL Server cache to store configuration settings for our application instead of Static Classes.
Thanks, Daljit Singh