Windows Phone (WP) Question:
Download Questions PDF

How to identify a device or a user?

Windows Phone Interview Question
Windows Phone Interview Question

Answer:

Use Microsoft.Phone.Info.UserExtendedProperties.GetValue(“ANID”) in Microsoft.Phone.Info.dll. This is not in the MIX build. How unique is this Id? It identifies the user; so you could have a user with two phones. This is persisted across reboots, but not across factory reset (unless you reconfigure for same user).

Download Windows Phone Interview Questions And Answers PDF

Previous QuestionNext Question
Explain does the web browser control share the IE cache?Tell me is there a way to detect if application is idle?