Master WPF-MVVM from scratch: The complete guide of beginners
For experienced C# / Windows Forms developers, entering the WPF and MVVM field may be a difficult task.网上有很多教程,但似乎没有一个能从头到尾提供全面的解释。 This article aims to make up for this gap through the list of carefully selected resources. These resources will guide you to complete all aspects of WPF-MVVM development.
WPF beginner tutorial
Josh Smith's WPF Introduction Guide:
This series of articles introduces the basic knowledge of WPF, which is very suitable for people without WPF experience.
- WindowsClient.net WPF Training Video: These videos provided a practical method to learn WPF concept through practical demonstrations.
Sacha Barber's WPF beginner Guide: - A comprehensive series covers the basic knowledge of WPF, including data binding, control and layout.
MVVM tutorial -
Josh Smith-based-View-View Model Design Mode WPF Application:
A comprehensive guide to implementing MVVM in WPF applications, explaining its benefits and best practices.
Jason Dolinger's demonstration of model-view-view model: A fascinating video demonstration, in-depth discussing the principles and advantages of MVVM.
Dan Crevier's data model-View-View Model mode series: - Detailed explanation of a variant of the MVVM mode, emphasizing the separation of data modeling and attention points.
Composite WPF (PRISM) Resources -
With the improvement of your WPF-MVVM skills, you may want to explore the composite WPF, also known as Prism. These resources provide seamless transition:
-
Silver Bay Labs PRISM Video: Learn the complexity of PRISM with experts.
Codeplex: Composite WPF entry: A step -by -step guide for understanding and implementing Prism in your application.
Use these resources to start your WPF-MVVM trip, and they will enable you to create a powerful and elegant application. The above is the detailed content of Want to Master WPF-MVVM? A Beginner's Guide to Resources and Tutorials.. For more information, please follow other related articles on the PHP Chinese website!