Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

Recommend a high-performance state machine management solution

In actual software development, especially industrial software, every device has complex states and functional requirements for switching between states. In this case, how to manage states and switching between states, and functions under corresponding states. Control has become a very important issue.

share
随机发现

Low-key use: Listen to music on the entire network for free, WOW!

Listening to music has always been a popular demand. Music can be said to be one of the important spiritual foods of mankind, but now music copyright is divided among several major music platforms. Even if you are a member on a platform, you may not be able to hear the song you want to hear, which is different from foreign streaming music platforms.

WPF
Self-developed hot-swappable WPF Plug-in System (MSF)

Self-developed hot-swappable WPF Plug-in System (MSF)

The need for plug-in mainly stems from the pursuit of flexibility in software architecture. Especially when developing large, complex software systems or requiring continuous updates, plug-in can improve the scalability, customization, isolation, security of the software system. Ability to sex, maintainability, modularity, easy upgrades and updates, and support for third-party development, thereby meeting changing business needs and technical challenges.

5/7/2024 趋时软件 WPF
Easily use Aspire RabbitMQ

Easily use Aspire RabbitMQ

NET Aspire is a technology stack launched by Microsoft that aims to simplify the development and management of cloud-native applications.

5/1/2024 Sky.楚子航 .NET
NET MAUI Open Source Free UI Toolkit- Uranium

NET MAUI Open Source Free UI Toolkit- Uranium

There have been friends who have been leaving messages on the background of the Weixin Official Accounts asking me to share the UI framework related to. NET MAUI. Today, Dayao shared an open source and free UI toolkit: Uranium.

4/11/2024 追逐时光者 MAUI
Microsoft opens a job for Redis, which earns hundreds of millions of dollars in annual revenue? Garnet, which is far ahead in open source performance: No modification, Redis client can directly access it

Microsoft opens a job for Redis, which earns hundreds of millions of dollars in annual revenue? Garnet, which is far ahead in open source performance: No modification, Redis client can directly access it

Recently, Microsoft officially opened source cache storage system Garnet. According to Badrish Chandramouli, senior principal researcher in the Microsoft Research Database Group, the Garnet project was built from scratch and has performance as its core considerations (especially thread scalability in throughput and a higher proportion of low latency levels).

3/21/2024 凌敏,核子可乐 .NET
C#and Java

C#and Java

In the dynamic and evolving world of software development, Java and C#are two giants, each with its own unique advantages, concepts, and ecosystems. This article makes an in-depth comparison between Java and C#, and discusses their historical background, language features, performance indicators, cross-platform functions, etc.

3/14/2024 kapresoft .NET
Python entry functions (beginner)

Python entry functions (beginner)

I was born in C#and have written a little C/C++, so I always thought of having something like the Main() function as the entrance to the entire program. However, after searching the entire catalog and finding no clues, he began to make various fiddling.

3/12/2024 Ironyho Python