Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
12 Current page
.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 12:16 AM
[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.

czwy 9/21/2023 10:15 PM
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.

Rector 9/17/2023 8:31 PM
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 9:36 PM