Login implementation for windows mobile

Posted by pdiddy on Stack Overflow See other posts from Stack Overflow or by pdiddy
Published on 2010-05-19T18:48:28Z Indexed on 2010/05/19 18:50 UTC
Read the original article Hit count: 188

What is a good approach for credential checks for windows mobile app. Knowing that it is an occasionally connected device.

Should I keep the user credential into the local database? If the credential doesn't exist in the db, try to see if it has internet access and do the check through a web service?

If both fails then display an error message ?

If logins is successful then store the credential to the local database store then upon next login go against the database first?

Is this a good approach?

© Stack Overflow or respective owner

Related posts about windows-mobile

Related posts about compact-framework