Store username and password persistent in windows mobile(6.0) app
Posted
by Stefan
on Stack Overflow
See other posts from Stack Overflow
or by Stefan
Published on 2010-05-12T14:23:07Z
Indexed on
2010/05/12
14:24 UTC
Read the original article
Hit count: 450
Hi
I need some help developing my mobile app. I have to store user data permant (name, password), so what is the best way to do that? I dont know a special API for it, so where to store persistent data's on a windows phone?
Maybe in the win mobile registry or inside a file? Or should I use a light database? Someone has experience with this?
thx, Stefan
© Stack Overflow or respective owner