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 学习实例教程
- Host: GitHub
- URL: https://github.com/myhhub/netcorewpfmvvmprismsample
- Owner: myhhub
- License: mit
- Created: 2020-07-13T09:24:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T09:34:15.000Z (almost 5 years ago)
- Last Synced: 2025-06-09T23:50:05.920Z (16 days ago)
- Topics: mvvm, net-core, prism-unity, wpf
- Language: C#
- Homepage:
- Size: 2.08 MB
- Stars: 168
- Watchers: 13
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)