Tag

.NET

正在浏览与 .NET 相关的文章。

430 篇文章
2 当前页
Recommend a high-performance state machine management solution

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.

老码识途呀 8/13/2025 8:25 AM
Lang.Avalonia: Avalonia's multi-language solution seamlessly supports three formats: Resx/XML/JSON

Lang.Avalonia: Avalonia's multi-language solution seamlessly supports three formats: Resx/XML/JSON

This is a multi-language management library specially designed for the Avalonia framework. It reconstructs the multi-language support logic through plug-in architecture. It is not only compatible with traditional Resx resource files, but also adds support for XML and JSON formats. It also provides type-safe resource references, dynamic language switching and other capabilities make multi-language development simpler and more efficient.

沙漠尽头的狼 8/9/2025 7:58 PM
WPF achieves a danger warning effect

WPF achieves a danger warning effect

When the program we write is released, the user is doing some dangerous operations. Our software should give some reminder effects, such as red on the edge of the border, similar to the alarm reminder effect like Gaode Map

就叫我啊禾斗吧 禾斗学编程 5/27/2025 9:41 PM
Hello. NET run file, bye csproj

Hello. NET run file, bye csproj

This article introduces the new file-based program feature of the. NET CLI, which allows developers to run C#source files directly without creating project files. This feature makes it easy to develop scripts and simple applications by generating virtual project files in memory and supporting NuGet dependency packages and project property settings. The article also looks forward to the future of this feature, including target path extensions, unified command line parameters, performance improvements, and more file-based program command support.

WeihanLi amazingdotnet 5/24/2025 9:34 PM