المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : best way to store configuration and state info



C# Programming
01-22-2010, 05:11 PM
hi, in cyber-cafe software I'm currently working on, I store order information in sql. There are some other information that needs to be stored (like; time,duration,price,cash,on/off,total charge AND configuration settings etc.) I look for the best practice without sacrificing the performance. Is the best place to store them Registry, Sql or other?
Thanks in advance