# WPFBlazorChat **Repository Path**: dotnet9/WPFBlazorChat ## Basic Information - **Project Name**: WPFBlazorChat - **Description**: WPF混合Blazor开发一个简易的对话程序 - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: https://dotnet9.com - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-11-01 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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