You are on page 1of 8

Introducing Another Detail View

Thomas Claudius Huber


MICROSOFT MVP (WINDOWS DEVELOPMENT)

@thomasclaudiush www.thomasclaudiushuber.com
Create a Meeting entity
Module and a MeetingRepository
Outline - A meeting can have many friends
- A friend can have many meetings

Create a MeetingDetailViewModel
and a MeetingDetailView
Show meetings in the navigation
Implement typical use cases
like adding new meetings
Demo
Create the Meeting entity
Migrate and seed the database
Create the MeetingRepository
Demo
Wrap the Meeting entity
Create the MeetingDetailViewModel
Create the MeetingDetailView
Demo
Load meetings
in the NavigationViewModel
Extend the NavigationView
Demo
Instantiate the MeetingDetailViewModel
in the MainViewModel
Use Autofac’s IIndex interface
in the MainViewModel
Demo
Add new meetings
Synchronize the start date
and end date of a meeting
Add another detail view for meetings
Migrate and seed the database
Summary Implement the
- MeetingRepository
- MeetingWrapper
- MeetingDetailViewModel
- MeetingDetailView

Extend the navigation


Use Autofac’s IIndex interface

You might also like