Multitasking or Tombstoning and Isolated Storage in Windows Phone 7

Posted on C# Corner See other posts from C# Corner
Published on 11/26/2010 3:11:38 AM Indexed on 2010/12/06 16:59 UTC
Read the original article Hit count: 191

Filed under:
Windows Phone 7 manages multiple active applications by implementing a stack. In a sense, this application stack extends the page stack within a single Silverlight program. You can think of the phone as an old-fashioned web browser with no tab feature and no Forward button. But it does have a Back button and it also has a Start button, which brings you to the Start screen and allows you to launch a new program.

© C# Corner or respective owner