Tag

安全

正在浏览与 安全 相关的文章。

8 篇文章
1 当前页
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
NET 9 officially released

NET 9 officially released

NET 9 is officially released! This is the most productive, modern, secure, intelligent and powerful release of. NET to date.

.NET Team 11/13/2024 2:47 AM
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 11:15 PM
5 exception handling schemes for ASP.NET Core

5 exception handling schemes for ASP.NET Core

Exception handling is very important in programming. On the one hand, it can give user-friendly tips and on the other hand, it is also for program security.

.NET技术栈 4/29/2021 9:27 AM