C# - Password Database

Posted by user335932 on Stack Overflow See other posts from Stack Overflow or by user335932
Published on 2010-05-28T10:19:47Z Indexed on 2010/05/28 10:31 UTC
Read the original article Hit count: 177

Filed under:
|
|
|

So I want to make a program that allows you to store and search for user names/passwords for online sites there signed up to.

I know C# has some database options but I don't know much about it. I also heard that it can read/write excel files.

Whats do you think is best for storing the data?

ALSO do databases need to be stored online on a sever, or can they reside in the program files?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql