Navigation Application Mahender Senior Software Engineer United Health

  • Slides: 6
Download presentation
Navigation Application Mahender Senior Software Engineer United Health Group

Navigation Application Mahender Senior Software Engineer United Health Group

Mahender Sarangam • Having 5 years of experience on. NET Technologies. Working as a

Mahender Sarangam • Having 5 years of experience on. NET Technologies. Working as a Senior Software Engineer in United Health Group (UHG India Information Service Ltd. ). Worked with Big Firms like Deloitte Consulting & Wipro Technology. • Got Technical Acquaintance on Technologies like C#, ASP. NET, AJAX, LINQ, Silverlight, WPF, WCF , SQL Server, Team Foundation Server(TFS) and Share. Point Technology. • MCTS Certified in Web Technologies. • Blog : http: //Msarangam. wordpress. com

What is Navigation App • • Navigation framework has been introduced in Silverlight 3

What is Navigation App • • Navigation framework has been introduced in Silverlight 3 Basically goal is to navigate from one XAML to another XAML Page Navigation is performed with the advent of Navigation Simple Approach of Navigation compared with Removing contents and showing other page contents • Provided with Browser history enabled so it is browser oriented • Provided with Navigation application template • Properties present in this Navigation framework are – Source – Navigate(Uri) – Journal. Ownership

Navigation Service • Contains 5 methods – Go. Back – Go. Forward – Navigate

Navigation Service • Contains 5 methods – Go. Back – Go. Forward – Navigate – Refresh – Stop. Loading • Contains 4 Properties – can. Go. Back – Can. Go. Forward – Current. Source – Source

URI MAPPING • The Frame class exposes a property named Uri. Mapper of type

URI MAPPING • The Frame class exposes a property named Uri. Mapper of type Uri. Mapper. Base <navigation: Frame. Uri. Mapper> <uri. Mapper: Uri. Mapping Uri="" Mapped. Uri="/Views/Home. xaml"/> <uri. Mapper: Uri. Mapping Uri="/{page. Name}" Mapped. Uri="/Views/{page. Name}. xaml"/> </uri. Mapper: Uri. Mapper> </navigation: Frame. Uri. Mapper> • Query. String is Also Performed – <uri. Mapper: Uri. Mapping Uri="/Customer. Detail/{Customer. ID}” Mapped. Uri="/Views/Customer. Detail. xaml? Customer. ID={Customer. ID }" />

Thank you

Thank you