Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 635 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 635 Bytes

Chinook Media Manager

This is a spike/playground where I am learning about WPF/MVVM.

It has a simple implementation of the Chinook Media Manager (WPF example) as found at the unhaddins repository.

Database scripts are located in ./artifacts/SampleDomain

Using dynamic view model proxies as detailed in http://blog.iovoodoo.com/2010/11/wpf-mvvm-made-simple-using-a-dynamic-view-model/

INotifyPropertyChanged support for NHibernate implemented as found in //http://ayende.com/blog/4106/nhibernate-inotifypropertychanged

Using a StructureMap bootstrapper instead of Unity