You are on page 1of 8

Creating a Detail View

for Collections

Thomas Claudius Huber


MICROSOFT MVP (WINDOWS DEVELOPMENT)

@thomasclaudiush www.thomasclaudiushuber.com
Module Create the
Outline ProgrammingLanguageDetailView
- Single view that is used to edit
all programming languages
Implement
- Repository
- ViewModel
- View with DataGrid
Integrate the detail view for
Demo ProgrammingLanguage entities
- Create a DetailViewModel for
programming languages
- Create a view
- Add a new command to the
MainViewModel to open the view
Demo Set up the
ProgrammingLanguageRepository
Implement the
ProgrammingLanguageDetailViewModel
Set up the View with a DataGrid
Demo
Refresh the programming languages
in open friend tabs
Demo
Add and remove
programming languages
Demo
Catch Exceptions when saving
Check if a programming language
is referenced
Summary
Integrate a detail view for collections
Check if entities are referenced

You might also like