⟩ What manual memory management? How it work?
In Manual memory management developers is responsible for life cycle of object. developer has to retain /alloc and release the object wherever needed.
In Manual memory management developers is responsible for life cycle of object. developer has to retain /alloc and release the object wherever needed.
Suppose I am trying to receive toast notifications in emulator app. I got everything setup but notification does not show up in emulator at all?
How to access the LiveId credentials a user has entered into the device?
Tell me is SecureString supported in windows phone?
How to deserialize JSON from a rest call?
How to manage my Isolated Storage quota?
Tell me where is the best recommended place to store both static and user-specified configuration information?
What happens to IsolatedStorage when app is uninstalled?
Tell me is there an API for retrieving information on the files located in the store? I am looking to check when it was last written?
Tell me in my code the method marked by [OnDeserialized] is never called after deserialization. Is this a known issue?
Can you please explain the best way to detect that I am in design-mode in Expression Blend or Visual Studio?