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 12/11/2025

Evolution Logic of Avalonia UI and In-depth Comparison with Qt Ecosystem

In the evolution history of software engineering, the development of cross-platform graphical user interfaces (GUI) has always been a field full of compromises, trade-offs, and technical competitions.

Matched content: 在软件工程的演进史中,跨平台图形用户界面(GUI)的开发始终是一个充满了妥协、权衡与技术博弈的领域。

WPF / Avalonia UI avalonia-ui-qt-ecosystem-comparison
View result
Article 12/8/2023

.NET Core 3.1 Upgrade to .NET 8

.NET Core 3.1 has been used for a long time. Actually, Microsoft stopped supporting it at the end of 2022. The subsequent LTS version .NET 6 will also end support in November 2024, so upgrading directly to .NET 8 is the best choice.

Matched content: .NET Core 3.1 已经用了很长一段时间,其实在 2022 年的年底微软已经不提供支持了,后面的一个 LTS 版本 .NET 6 也会在 2024 年 11 月终止支持,所以直接升级到 .NET 8 是最好的选择。

.NET upgrade-net-core-3-1-to-net-8
View result
Article 7/16/2022

C# Convert PDF to Image

Today, a colleague told me that the PDF file you obtained doesn't quite fit our existing software workflow, so can you convert our PDF file to an image?

Matched content: 今日一同事给我说你获取到的pdf文件有点不符合我们现有软件流程,你能不能将我们pdf文件转成图片啊!

.NET csharp-convert-pdf-file-to-image
View result
Article 7/15/2022

C# Using Objects Comparer for Object Comparison

Objects Comparer is a tool for object comparison. Common data structures in C# can be compared using this third-party library, and even complex objects can be compared.

Matched content: Objects Comparer是用于对象比较的工具,C 常见的数据结构都是可以用这个三方库进行对比,比较复杂的对象也是可以比较的。

.NET csharp-use-objects-comparer-to-compare-objects
View result
Article 7/11/2022

Usage of Cache in C#

Cache is a memory that can perform high-speed data exchange, exchanging data with CPU before main memory, so it is very fast.

Matched content: 缓存是指可以进行高速数据交换的存储器,它先于内存与CPU交换数据,因此速率很快。

.NET use-of-cache-in-csharp
View result
Article 7/8/2022

CacheManager - An Open-Source Caching Abstraction Layer for .NET Written in C#

CacheManager is an open-source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

Matched content: CacheManager 是用 C 编写的 .NET 的开源缓存抽象层。它支持各种缓存提供程序并实现了许多高级功能

.NET cache-manager-open-source-caching-abstraction-layer-for-odt-net-written-in-csharp
View result
Article 7/7/2022

Coravel is an open-source tool library for .NET Core that makes it easy to use scheduled tasks, caching, queues, events, broadcasting, and other advanced application features!

Coravel helps developers quickly start and run their .NET Core applications without compromising code quality.

Matched content: Coravel 帮助开发人员在不影响代码质量的情况下快速启动和运行他们的 .NET Core 应用程序。

.NET using-cron-tasks-caches-queues-events-broadcasts-and-more-is-a-breeze-with-coravel
View result
Article 7/2/2022

C# - Offline IP Geolocation Library Based on ip2region

In development, we need to record the IP and location information of the login user, which can be achieved through ip2region!

Matched content: 在开发中,我们需要记录关于登录者的ip和位置信息,可以通过ip2region来实现!

.NET csharp-offline-ip-location-library-based-on-ip2region
View result