All in one tutorial for mvvm wpf tdd ioc prism

After almost a year of using wpf in an inexpressible relationship, I realized that the β€œright” wpf project includes: mvvm tdd ioc prism and maybe a few more things.

I wonder if there is a tutorial / tutorial that will help you create a testvriven mvvm wpf application using a prism?

I understand each of these methods separately, but when I try to combine them into one project, I get a complete mess.

I know the flow: MVVM: tutorial from start to finish?

he didn’t provide me with something like this,

+4
source share
1 answer

First of all, this β€œright” way that you are talking about is a huge waste of time for small and medium sized projects, with the exception of MVVM (which should be used in every MVVM solution and does not require anything external in any case).

Speaking, what you are asking is very specific, and therefore you are unlikely to find any textbook covering it. Instead, you should look for large open source projects and see how they do it, you should find a lot in CodePlex (the most famous on GitHub are surprisingly low quality oO).

I personally use MVVM + PRISM + MEF, but not TDD, and the only truly inseparable component is MVVM.

0
source

All Articles