Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guy i need your help i am working on a project using VB.NET i want to store some of data without any kind of database i want to store it in application like a permanent variable how can it possible ?


Thanking You
Yagnesh Siddhapura
Posted
Comments
Ranjan.D 29-Oct-13 6:25am    
Desktop or Web App ??
seyed mahmud shahrokni 29-Oct-13 6:33am    
check this out http://www.homeandlearn.co.uk/NET/nets8p4.html
Thanks7872 29-Oct-13 6:39am    
Why? What would you do then? Little more explanation will be helpful.
Yagnesh Siddhapura 30-Oct-13 1:27am    
i want to store passwords and some of file paths

Use Configuration or XML file.
 
Share this answer
 
As Solution 1 suggest,you can proceed that way also.But i still don't understand why you want to avoid database?

Password storage is much more crucial thing. And i strongly recommend you not to store password. Instead,you should generate it's hash using some good one way hash function like SHA256[^].

I recommend you to refer this also : Password Storage: How to do it.[^]

Regards..
 
Share this answer
 
Comments
Yagnesh Siddhapura 31-Oct-13 2:36am    
thanks rohan i will definetly try it....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900