MVVM in WPF Survival Guide From A to Z

所在平台: Udemy

课程主页: https://www.udemy.com/course/mvvm-in-wpf-survival-guide-from-a-to-z/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:MVVM in WPF 生存指南从 A 到 Z 概述:MVVM(模型-视图-视图模型)是一种在 WPF(Windows Presentation Foundation)中广泛使用的架构模式。大多数企业级 WPF 应用程序都是基于 MVVM 模式。该课程深入讲解 MVVM 模式的基本概念,帮助学员理解 MVVM 的本质,以及如何在 WPF 应用程序中实际应用它。对于初学者来说,这是一个很好的 MVVM 教程(初学者请注意先修知识)。 教学方法:课程内容精炼、全面,不会有冗长的内容或无谓的讨论,尊重学员的时间。所有重要概念都得到了涵盖,尤其是某些关键主题进行了深入讲解。课程配有英文字幕,以便帮助理解发音。 通过本课程,你将能够在 MVVM 应用方面建立坚实的基础。如果你已经对 WPF 框架有所了解,学习本课程将使你的能力更进一步,成为专业的 WPF 开发者。智能地应用 MVVM 是 WPF 开发者必备的技能。如果你是经验丰富的 WPF 开发者,你可能会对 MVVM 框架的内部工作机制感兴趣。课程中我们将构建一个类似于 Caliburn.Micro 的小型 MVVM 框架。 内容概述:本课程主要面向中级开发者,专家也可能会发现课程中提供的 MVVM 技巧十分有趣。初学者需确保自己具备扎实的 C# 基础和 WPF 相关知识。课程提供坚实的理论基础,并通过大量实践材料进行巩固。课程内容实用(除了第一个引言模块)。MVVM 在 WPF 中是个广泛的主题,难以覆盖所有相关挑战,因此本课程聚焦于关键主题,这些主题是成功开发的关键。我们将省略一些可能对学生感兴趣,但与 MVVM 直接相关性不大的主题,例如完善数据访问层的讨论。 本课程的最大优点是深刻理解 MVVM 模式。你将学习如何通过构造函数向 ViewModels 传递参数,而不是使用静态消息总线或通过显式设置 ViewModel 属性来传递参数。 课程内容包括: - MVVM 背景:什么是 MVVM,为什么使用 MVVM,何时使用 MVVM 等。 - 连接视图与视图模型:视图优先与视图模型优先的两种方法。 - 设计时数据支持 - 配置和使用 IoC 容器(以 Castle.Windsor 为例) - 视图与视图模型之间的通信通道:命令、附加和混合行为、静态消息总线(EventAggregator) - 导航:层次结构 UI 组合、如何打开对话框(包括模态对话框),为参数化 ViewModels 导航(将参数传递到其构造函数中) - 模型与验证 - MVVM 工具包:更深入地了解 Caliburn.Micro - ViewModels 的单元测试 最后,我们将回顾所学内容,帮助你理解未来的学习方向。我们还将讨论你可以选择的不同路径,以便更进一步地掌握技能。 关键词:MVVM in WPF, MVVM 教程, MVVM 模式, 模型-视图-视图模型, Caliburn.Micro, 视图优先, 视图模型优先。

课程评论(0条)

课程详情

MVVM (stands for Model-View-ViewModel) is a well-known architectural pattern in the world of WPF. Most enterprise level WPF applications are MVVM-based.Learn deeply the concepts lying behind the MVVM pattern in order to understand what MVVM is in essence and how to pragmatically apply it to a WPF application. This is a great MVVM tutorial for beginners (beginners in MVVM, don't forget to look at prerequisites)!Teaching ApproachNo fluff, no ranting, no beating the air. I respect your time. The course material is succinct, yet comprehensive. All important concepts are covered. Particularly important topics are covered in-depth. Don't forget that this course has English subtitles, so if you don't understand my accent, feel free to turn them on.Take this course and you will be satisfied.Build a strong foundation in applying MVVM with this courseIn the case you're just familiar with the WPF framework, learning this course will give you a level-up since you'll be capable of developing professional WPF applications. Applying MVVM intelligently is a "must have" skill for WPF developers.If you are an experienced WPF developer, you might be interested in how MVVM frameworks may work under the hood. Throughout the course, we will be building a small MVVM framework similar to Caliburn.Micro. Content and OverviewThis course is primarily aimed at intermediate developers. Experts may also find interesting MVVM tricks provided in this course. If you are a beginner, be sure you're ready to take this course, since it requires from you a solid C#-background and acquaintance with WPF.This course provides solid theoretical base reinforced by tons of practical material. This course is very practical (except the very first introductory module)."MVVM in WPF" is a very wide topic and it's hardly possible to cover all the related challenges arising while applying MVVM. That's why this course includes the most important topics understanding of which is a key for successful development. We will sacrifice some topics which may be interesting for students, but which are hardly connected with MVVM directly. What I'm talking about is, for example, the problem of setting up a full-fledged data access layer. Such topics are omitted. The most beneficial aspect of this course is that it gives you the deep understanding of the MVVM pattern. For example, you'll see how to pass parameters to ViewModels through constructors, without using a static message bus, or passing parameters by explicitly setting properties of a ViewModel.In short, the course covers the following topics: MVVM background: what is MVVM, why to use it, when to use MVVM etc.Connecting Views and ViewModels: View-First and ViewModel-First approachesDesign-Time data supportConfiguring and using an IoC-container (by the example of Castle.WindsorCommunication channel between Views and ViewModels: commands, attached and blend behaviors, static message bus (EventAggregator)Navigation: hierarchical UI composition, how to open dialogs, including modal dialogs, navigating to parameterized ViewModels (pass parameters into their constructors) Models and validation MVVM toolkits: Caliburn.Micro more closelyUnit-Testing of ViewModelsIn the end, we will recap what you have learned and you will try to understand where you have to go further with the intention to master your skills. Here we will have a discussion of different paths you can go on.------------------------------Keywords related to the course:MVVM in WPFMVVM tutorialMVVM patternModel-View-ViewModel MVVM tutorialCaliburn.MicroView-FirstViewModel-First

课程标签

0人关注该课程

主题相关的课程