D
D
doublench212015-08-13 13:27:20
WPF
doublench21, 2015-08-13 13:27:20

Learning WPF C# Application Development?

Tell me, so to speak WPF C#: The Right Way.
Where to start and where to move?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2015-08-13
@Nipheris

I will add to Alexander that it is very important to understand the MVVM approach right away, because button_Click is generally not the Right Way in WPF). The trick is that the subsystem itself, without a framework, does not provide sensible means to maintain this pattern (there are only interaction interfaces that make it difficult to immediately understand how to use them correctly) - there are no ViewModelBase and other things that are in frameworks or appear by bicycle in every project. When you find a book with a good description of this pattern, then you can read everything else.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question