OBS: download the application please visit www.mrbool.com/player
Title: Visual Studio-WPF-Lesson 3-Page Navigation service in WPF application using VS.Net
Duration: 15:11 min
Summary: This lesson will introduce you Page Navigation service in WPF application using VS.Net 2008.
Methodology of the development of example: WPF only supports Navigation Service in windows client application. It is one of the great features of WPF. The methodology starts by Creating WPF application using VS 2008 and adding two Pages and adding a button also to execute navigation code. Button click event will navigate from page1 to page2 which will be load initially in NavigationWindow. This lesson will show how to navigate between Pages in WPF Application using page Navigation Service.
Technologies Used: Framework 3.5, WPF.
Examples constructed: By Creating a new WPF application and added Pages. Changing inherit class of Window to NavigationWindow.
Keywords: VS.Net 2008, WPF.