Global Search

Search Tools, Projects & Articles

A single entry point to retrieve site content, prioritizing the most relevant tools, project documentation, and technical articles.

Keyword: dotnet 147 results
Tools 0 Projects 12 Posts 135
Article 11/17/2023

What's New in .NET 8.0?

.NET 8 brings thousands of performance improvements across the entire stack

Matched content: .NET 8在整个堆栈中带来了数千项性能改进

.NET what-are-the-new-changes-in-dotnet-8
View result
Article 9/26/2023

.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.

Matched content: 模拟.NET实际应用场景,综合应用三个主要知识点:一是使用dnSpy反编译第三库及调试,二是使用Lib.Harmony库实现第三库拦截、伪造,三是实现同一个库支持多版本同时引用。

.NET simulate-scenarios-using-third-party-dotnet-libraries-for-debugging-interception-decompilation-and-compatibility-solutions-for-multiple-versions-of-one-library
View result
Article 9/23/2023

Intercepting, Tampering, and Forging Non-Public Classes and Methods in .NET Libraries

This article not only reviews intercepting methods in .NET libraries, tampering with method parameters, and forging method return results, but also focuses on how to intercept non-public classes and methods in .NET libraries.

Matched content: 本文除了回顾拦截.NET类库中的方法,实现方法参数的篡改、方法返回结果的伪造,再着重介绍.NET类库中非public类及方法如何拦截。

.NET intercept-tamper-with-and-forge-classes-and-methods-in-the-dotnet-class-library-that-are-not-limited-to-public
View result
Article 7/17/2023

.NET Best Open Source FTP Client Library

FluentFTP is an FTP and FTPS client for .NET and .NET Standard.

Matched content: FluentFTP 是一个适用于 .NET 和 .NET Standard 的 FTP 和 FTPS 客户端。

.NET the-best-open-source-ftp-client-library-for-dotnet
View result
Article 6/11/2023

(5/7).NET Core 3 WPF MVVM Framework Prism Series: Region Manager

How to use the region manager of the MVVM framework Prism for View management in .NET Core 3 environment.

Matched content: 如何在.NET Core3环境下使用MVVM框架Prism的使用区域管理器对于View的管理

WPF regional-manager-for-the-prism-family-of-the-dotnet-core-3-wpf-mvvm-framework
View result
Article 5/28/2023

How to Draw in .NET 6?

Checking Microsoft documentation, starting from .NET 6, drawing can only be used on Windows. However, the official sources provide several solutions.

Matched content: 查阅微软资料发现从.NET 6开始只能在只能在windows上使用, 不过好在官方也给了几条解决方案

.NET how-to-draw-pictures-in-dotnet-6
View result