Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Random Discovery

Interactive .Net

Interactive means that after entering code, you can run it directly, and then continue to input and run code.

.NET
Random Discovery

WPF Implementation of Message Center

This article will explain how to implement a message center based on WPF. For example, common software often receives messages such as 'news' and 'announcements' pushed from the server.

WPF