Sunday, March 17, 2013

What's a Frame?

Think of a Frame like a web browser window. You navigate the web inside a browser. In your Windows store app, you navigate your application through the Frame with the Frame.Navigate method.

Simple Comparison

Website

With web development, when you launch your website a web browser is opened and your default page is navigated to.

Windows Store App

With your Windows Store app, when you launch our application a Frame is created and your default page is navigated to.

No comments:

Post a Comment