Article
12/11/2025
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 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
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
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/15/2022
Allows us to construct desired objects without needing to define classes.
Matched content: 能够让我们在不需要定义类的情况下,就构建出我们想要的对象。
.NET
csharp-clay-open-source-dynamic-language-dynamic-framework-allows-you-to-create-objects-in-a-java-script-like-manner
View result
Article
7/11/2022
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
A helper library for async/await
Matched content: async/await 的辅助库
.NET
async-ex-auxiliary-library-for-async-and-await
View result
Article
7/8/2022
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 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
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