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

مشاهدة النسخة كاملة : Storing Data



C# Programming
11-15-2009, 09:22 PM
I want to know a serious problem: in my searches about storing data I find that I can store it in : XML Schema, or databases: SQLite, or any other db etc.
I want to store some int 's into a XMLS to be able to use them after I restarted the app.
My actual problem is: It is possible to store inside the actual app?
I don't want to store outside that app,in some sort of file.
thx.

OR a better question: How to store some data INSIDE running app, and then after restarting that app, the data remain there and be accessible ?