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

Code Workshop 'Article Title URL Alias Generator' Launched

Code Workshop is a new open-source project by the webmaster that provides web online tools, cross-platform desktop and mobile applications. The webmaster is committed to bringing you a more efficient and convenient experience. Today, the webmaster is proud to launch the 'Article Title URL Alias Generator', helping you easily create URL aliases for article titles, improving SEO and user experience. Come to Code Workshop and explore more practical tools!

Blazor
.NET Decompilation, Third-Party Library Debugging (Interception, Tampering, Spoofing), Multi-Version Compatibility of a Single Library

.NET Decompilation, Third-Party Library Debugging (Interception, Tampering, Spoofing), Multi-Version Compatibility of a Single Library

Simulating real-world .NET application scenarios, comprehensively applying three main knowledge points: first, using dnSpy to decompile and debug third-party libraries; second, using the Lib.Harmony library to implement interception and spoofing of third-party libraries; third, enabling the same library to support simultaneous referencing of multiple versions.

9/26/2023 沙漠尽头的狼 .NET
[Translation] Comparative Analysis of XAML-Based Cross-Platform Frameworks

[Translation] Comparative Analysis of XAML-Based Cross-Platform Frameworks

Over the years, XAML-based UI frameworks have evolved significantly. These frameworks mainly include: Avalonia UI, Uno Platform, and .NET MAUI for cross-platform applications. If Microsoft had introduced a cross-platform UI framework like Flutter earlier, we might not have so many choices.

9/21/2023 czwy .NET
Can you use it as a short link generator? - Hashids.net

Can you use it as a short link generator? - Hashids.net

Hashids.net is a lightweight open-source encryption (short ID generation) library that encodes numbers into strings. In fact, you can flexibly use it to generate short IDs from strings, but it is irreversible.

9/17/2023 Rector .NET
Some Experiences and Lessons Learned in .NET System Architecture Transformation

Some Experiences and Lessons Learned in .NET System Architecture Transformation

In the internet industry, the Unix/Linux-based website system architecture is undoubtedly the mainstream architecture solution today, not only because of the openness of Linux itself, but also because of the vast number of mature open-source solutions around the traditional Unix/Linux community that cover various aspects of website application scaling.

9/3/2023 大佬 .NET