Building The Basic UI Layer: Thomas Claudius Huber
Building The Basic UI Layer: Thomas Claudius Huber
@thomasclaudiush www.thomasclaudiushuber.com
Should you start
without requirements?
The Required User Interface
Module Plan the UI layer
Outline Know the MVVM pattern
Create the different parts
- Data Service
- ViewModel
- View
DataService
Friend
FriendOrganizer.DataAccess
Entity Framework SQL Server
The MVVM Pattern
ListView
ItemsSource Friends FirstName
DataContext
Demo Create the MainViewModel
Implement INotifyPropertyChanged
Set the DataContext
Define the User Interface
Add Autofac for Dependency Injection