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

https://github.com/dotnet9/wpfblazorchat

WPF混合Blazor开发一个简易的对话程序
https://github.com/dotnet9/wpfblazorchat

Last synced: 10 months ago
JSON representation

WPF混合Blazor开发一个简易的对话程序

Awesome Lists containing this project

README

          

# WPFBlazorChat

WPF混合Blazor开发一个简易的对话程序

- [.NET 7](https://learn.microsoft.com/zh-cn/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-7.0)
- [Prism 8](https://github.com/PrismLibrary/Prism)
- [Masa Blazor](https://blazor.masastack.com/)

## 学习WPF Blazor

https://learn.microsoft.com/zh-cn/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-7.0

**用户列表窗口**

![用户列表](./docs/1-main-window.gif)

**打开子窗口**

![打开窗口](./docs/3-open-child-window.gif)

**聊天窗口**

![聊天窗口](./docs/2-chat-window.gif)

**演示发送消息**

**参考资料**

- 窗体拖动:https://github.com/James231/BlazorDesktopWPF-CustomTitleBar