Windows Store, Part 13 - Navigation using C# and XAML
0 comments
/
posted by
Silverlight Show
on
Oct 26, 2012 (3 months ago)
Read original post by Sumit Dutta at .NET Speaks In this article I will talk about Navigation of app in Windows Store using C#/Xaml. Let's write code to implement Navigation using C# and Xaml Step 1: Open VS2012 and select New Project from File Menu. Step 2: Select template type as Windows Store under Visual C#. Step 3: We will use Frame object to implement navigation of apps in Windows Store.