K
K
Konstantin Lobkov2018-11-16 07:45:36
WPF
Konstantin Lobkov, 2018-11-16 07:45:36

How to learn the MVVM and WPF pattern?

Good afternoon!
I am writing a term paper on the topic "Information System", as it turned out, I wrote it in a worker-peasant style.
Link to Git - https://github.com/MrWaip/LK_Teacher/tree/master/L...
Application - Teacher's personal account.
I wrote it as best I knew and as best I could, I didn’t know about any patterns at the time I started writing.
And then I saw "Strange pamphlet, in green binding", which said: "You write garbage."
And so I began to delve into MVVM in order to rewrite everything correctly. And I ran into a lot of problems.

  1. Where can I get the correct and up-to-date literature?
  2. How to organize the correct navigation using the MVVM pattern? (Change UserControl and pass some parameters to it)
  3. Is it possible to organize authorization in MVVM, because you need to work with PasswordBox directly.
  4. Framework Prism, and how to work with it?
  5. What is "DI", "IoC"?

Etc...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
netrox, 2018-11-16
@netrox

https://metanit.com/sharp/wpf/

T
Tsiren Naimanov, 2018-11-16
@ImmortalCAT

1. Either here Google or here "Best practice on 1st"
2. See "Best practice on 1st"
3. You need to understand the separation of display logic and data logic.
4. Again almost Google Habr current
5. Google well or Habr 1 Habr 2 Something else

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question