Global Search

搜索工具、项目与文章

一个入口检索站内内容,优先返回最相关的工具、项目说明与技术文章。

关键字:dotnet 共 139 条结果
工具 0 项目 10 文章 129
文章 4/7/2022

What is the difference between Winform and WPF?

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 develops Mini games? Strike while the iron is hot!!!

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-depth contrast between the evolution logic of Avalonia UI and the Qt ecosystem

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

Upgrade. NET Core 3.1 to. NET 8

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

C#Convert PDF files into pictures

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

C#uses Objects Comparator for object comparison

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/11/2022

Use of caching in C#

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

CacheManager -The open source cache abstraction layer for. NET written in C#

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
查看结果