I
I
Ivan Vyrov2018-10-24 07:25:17
WPF
Ivan Vyrov, 2018-10-24 07:25:17

How to organize work with WPF according to MVVM?

Good afternoon!
I decided to switch from WinForms to WPF (MVVM) - rewrite the working solution from 0, I ran into the following problems:
1. Implement the loading process (receiving / sending data to the server) in the form of a Splash Screen.
2. Closing View from ViewModel i.e. when certain procedures are performed (without user intervention), the window should close.
A big request to tell where to read about it. I haven’t fully figured out MVVM yet (I mostly take information from metanit).
WPF and MVVM - just started learning.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sttrox, 2018-10-24
@ProKiLL

Recommend
The wpf technology itself is sensibly described, which is very important for solving the issue.
In order to write using the MVVM pattern, you need to understand the mechanics of the interaction of xaml and cs code.
This will be enough for you to undermine a good layer of information and understand how to write in the MVVM pattern

R
Rayvor, 2018-10-24
@Rayvor

I advise you to watch an excellent course for getting started in WPF MVVM https://www.pluralsight.com/courses/wpf-mvvm-entit...
PS You can find it on the root tracker or get a free 90-day subscription at https://my.visualstudio. com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question