文章
4/7/2022
There are always friends who ask,"What is the difference between WinForm and WPF?" Thinking about this question seems to be a simple answer, but it has never been systematically analyzed. Today, I took the time to write an article record summary that only represents my personal opinion.
匹配内容:总有小伙伴问“WinForm和WPF有什么区别?” 细想这个问题好像很简单回答,但是总是没有系统的分析过,今天抽空特地写一篇仅代表个人观点的文章记录总结。
WPF / Winform
what-is-the-difference-between-winform-and-wpf
查看结果
文章
6/23/2023
Blazor has been online for a day. It's really comfortable to start developing. Let's add another tool + a few Mini games.
匹配内容:Blazor上线1天了,开发上手真舒服,再上一个工具+几个小游戏吧。
Blazor
use-blazor-to-develop-mini-games-and-strike-while-the-iron-is-hot
查看结果
文章
12/11/2025
In the evolution of software engineering, the development of cross-platform graphical user interfaces (GUIs) has always been an area full of compromises, trade-offs, and technical games.
匹配内容:在软件工程的演进史中,跨平台图形用户界面(GUI)的开发始终是一个充满了妥协、权衡与技术博弈的领域。
WPF / Avalonia UI
avalonia-ui-qt-ecosystem-comparison
查看结果
文章
12/8/2023
NET Core 3.1 has been in use for a long time. In fact, Microsoft will no longer provide support at the end of 2022. The later LTS version. NET 6 will also expire support in November 2024, so upgrading directly to. NET 8 is the best choice.
匹配内容:.NET Core 3.1 已经用了很长一段时间,其实在 2022 年的年底微软已经不提供支持了,后面的一个 LTS 版本 .NET 6 也会在 2024 年 11 月终止支持,所以直接升级到 .NET 8 是最好的选择。
.NET
upgrade-net-core-3-1-to-net-8
查看结果
文章
7/16/2022
Today, a colleague told me that the pdf file you obtained did not conform to our existing software process. Can you convert our pdf file into pictures?
匹配内容:今日一同事给我说你获取到的pdf文件有点不符合我们现有软件流程,你能不能将我们pdf文件转成图片啊!
.NET
csharp-convert-pdf-file-to-image
查看结果
文章
7/15/2022
Objects Comparer is a tool for object comparison. Common data structures in C#can be compared using this three-party library, and more complex objects can also be compared.
匹配内容:Objects Comparer是用于对象比较的工具,C 常见的数据结构都是可以用这个三方库进行对比,比较复杂的对象也是可以比较的。
.NET
csharp-use-objects-comparer-to-compare-objects
查看结果
文章
7/15/2022
It allows us to build the objects we want without having to define classes.
匹配内容:能够让我们在不需要定义类的情况下,就构建出我们想要的对象。
.NET
csharp-clay-open-source-dynamic-language-dynamic-framework-allows-you-to-create-objects-in-a-java-script-like-manner
查看结果
文章
7/11/2022
Cache refers to a memory that can be exchanged at high speed. It exchanges data with the CPU before memory, so the speed is very fast.
匹配内容:缓存是指可以进行高速数据交换的存储器,它先于内存与CPU交换数据,因此速率很快。
.NET
use-of-cache-in-csharp
查看结果
文章
7/8/2022
Auxiliary library for async/await
匹配内容:async/await 的辅助库
.NET
async-ex-auxiliary-library-for-async-and-await
查看结果
文章
7/8/2022
CacheManager is an open source cache abstraction layer for. NET written in C#. It supports various cache providers and implements many advanced features
匹配内容:CacheManager 是用 C 编写的 .NET 的开源缓存抽象层。它支持各种缓存提供程序并实现了许多高级功能
.NET
cache-manager-open-source-caching-abstraction-layer-for-odt-net-written-in-csharp
查看结果