Blog

技术文章

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

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

WPF 3D shuttle effect, use WPF to join in the fun

Compared with CSS and UWP, the old WPF is relatively cumbersome to operate 3D effects. You need to first make a 3D model, then rotate the XY axis, then adjust the Z-axis stretch, and finally adjust the FOV. The shuttle effect depends on the number stretched on the Z-axis

WPF
NET Toolbox: An open source, free pure front-end tool website that takes you to explore the top 10 tool categories and 73 real-time online widgets

NET Toolbox: An open source, free pure front-end tool website that takes you to explore the top 10 tool categories and 73 real-time online widgets

The Dotnet Toolkit is a pure front-end, open source and free tool website. Over the weekend, I referred to the open source project it-tools, Chinese-transformed the website interface text, and redeployed the website. The website has a total of 10 tool categories and provides 73 real-time online widgets. The Dotnet toolbox developed using Vue3 has unique features. This article introduces some of these featured tools in detail and briefly shares how to deploy your own tool website. If you are interested in tool websites, come and learn about the Dotnet Toolkit!

10/16/2023 沙漠尽头的狼 front end
NET decompilation, third-party library debugging (interception, tampering, counterfeiting), one library multiple versions compatible

NET decompilation, third-party library debugging (interception, tampering, counterfeiting), one library multiple versions compatible

Simulate the actual application scenario of. NET and comprehensively apply three main knowledge points: first, use dnSpy to decompile and debug the third library, second, use the Lib.Harmony library to realize interception and counterfeiting of the third library, and third, realize that the same library supports multiple versions. Reference.

9/26/2023 沙漠尽头的狼 .NET
Comparative analysis of cross-platform frameworks based on XAML

Comparative analysis of cross-platform frameworks based on XAML

Over the years, XAML-based UI frameworks have developed a lot. These frameworks mainly include: Avalonia UI, Uno Platform and. NET MAUI that support cross-platform applications. If Microsoft had launched a cross-platform UI framework like Flutter earlier, we might not have had so many options.

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

Can I use it as a short link generation? - Hashids.net

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

9/17/2023 Rector .NET