Aafter almost a year of using wpf in unspeakable ways I understood that "correct" wpf project involves :
mvvm tdd ioc prism
and perhaps some more stuff.
I wonder if there is a book/tutorial that takes you through creating testdriven mvvm wpf application using prism ?
I understand each of the techniques seperatly but when trying to combine them to a single project I get a totall mess.
I know the thread: MVVM: Tutorial from start to finish?
it didn't provide me something like this,