An open API service indexing awesome lists of open source software.

https://github.com/myhhub/netcorewpfmvvmprismsample

Prism完整透彻教程,使用 Prism Unity 实现 .NET Core WPF MVVM 学习实例教程
https://github.com/myhhub/netcorewpfmvvmprismsample

mvvm net-core prism-unity wpf

Last synced: about 16 hours ago
JSON representation

Prism完整透彻教程,使用 Prism Unity 实现 .NET Core WPF MVVM 学习实例教程

Awesome Lists containing this project

README

        

Prism完整透彻教程,使用 Prism Unity 实现 .NET Core WPF MVVM 学习实例教程

# 一. 学习教程

- 0.[使用 Prism、EntityFramework Core 实现 WPF MVVM 开发入门](https://www.ljjyy.com/archives/2020//06/100628.html)
- 1.[使用 Prism Unity 实现 .NET Core WPF MVVM 之一 数据绑定](https://www.ljjyy.com/archives/2020/07/100631.html)
- 2.[使用 Prism Unity 实现 .NET Core WPF MVVM 之二 命令](https://www.ljjyy.com/archives/2020/07/100632.html)
- 3.[使用 Prism Unity 实现 .NET Core WPF MVVM 之三 模块化](https://www.ljjyy.com/archives/2020/07/100633.html)
- 4.[使用 Prism Unity 实现 .NET Core WPF MVVM 之四 事件聚合器](https://www.ljjyy.com/archives/2020/07/100634.html)
- 5.[使用 Prism Unity 实现 .NET Core WPF MVVM 之五 区域管理器](https://www.ljjyy.com/archives/2020/07/100635.html)
- 6.[使用 Prism Unity 实现 .NET Core WPF MVVM 之六 导航系统](https://www.ljjyy.com/archives/2020/07/100636.html)
- 7.[使用 Prism Unity 实现 .NET Core WPF MVVM 之七 对话框服务](https://www.ljjyy.com/archives/2020/07/100637.html)

# 二.源代码
整个demo的源代码:[PrismDemo源码](https://github.com/myhhub/NetCoreWpfMVVMPrismSample)