WPF Prism app for example

I am looking for a good example of a WPF Prism (or composite application) code example that would not be as complex as StockTraderRI or as simple as HelloWorld, but could explain the whole important aspect of writing an application using Prism, preferably with a database connection. Tutorials are also welcome. I have many results, but it’s difficult to evaluate them, because I just started and do not have such knowledge. Many thanks!

+4
source share
1 answer

I found this series of blog articles (Mark J. Miller) to be a great practical introduction to Prism and MVVM:

http://www.developmentalmadness.com/archive/2009/10/03/mvvm-with-prism-101-ndash-part-1-the-bootstrapper.aspx

There is no database in this example, but it really is secondary to learning about these patterns and frameworks.

+4
source

Source: https://habr.com/ru/post/1311996/


All Articles