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 5/18/2026

枝见 Zhijian: A Markdown Mind Map Editor Built with Avalonia

This article introduces Zhijian, a local mind map editor based on Avalonia, supporting blank creation, folder loading, precise onboarding guidance, macOS shortcut adaptation, outline/Markdown/mind map synchronization, node notes, thumbnails, zoom, canvas dragging, and Markdown/OPML/XMind file exchange.

Matched content: 这篇文章介绍枝见 Zhijian,一个基于 Avalonia 的本地脑图编辑器,支持空白新建、文件夹加载、精准新手引导、macOS 快捷键适配、大纲/Markdown/脑图同步、节点备注、小图、缩放、画布拖拽和 Markdown/OPML/XMind 文件交换...

.NET / Avalonia / Desktop Development zhijian-avalonia-mind-map-editor
View result
Article 5/16/2026

CodeWF Toolbox: A Developer Toolbox Built with Avalonia + Prism

This article focuses on the existing features of CodeWF Toolbox, including conversion, development, security, web, media, network, text, data, log reader, international resource management, and the modular organization using Avalonia + Prism.

Matched content: 这篇文章重点介绍 CodeWF Toolbox 已有功能,包括转换、开发、安全、Web、媒体、网络、文本、数据、日志阅读器、国际化资源管理,以及 Avalonia + Prism 的模块化组织方式。

.NET / Avalonia / Desktop Development codewf-toolbox-avalonia-prism-toolbox
View result
Article 5/1/2026

I Announce: This Website Has Finally Been Refactored by Me Using AI

Over the May Day holiday, I finished refactoring CodeWF with AI: Razor Pages, SEO, filtering of illegal search keywords, loading optimization, content hot updates, minimal test suite, and how to use the website repository.

Matched content: 五一把 CodeWF 用 AI 重构完了:Razor Pages、SEO、搜索非法关键词过滤、加载优化、内容热更新、最小测试集,以及网站仓库的使用方式。

.NET / AI / Web Development labor-day-ai-rebuilt-my-site
View result
Article 2/29/2024

Data Display Can Also Be Done Like This in Winform

In the process of developing Winform, data display functionality is often required. Previously, the gridcontrol control was commonly used. Today, through an example, I would like to introduce how to use the table component from Ant Design Blazor for data display in a Winform Blazor Hybrid application.

Matched content: 在做winform开发的过程中,经常需要做数据展示的功能,之前一直使用的是gridcontrol控件,今天想通过一个示例,跟大家介绍一下如何在winform blazor hybrid中使用ant design blazor中的table组件做数据展示。

Winform / Blazor this-can-also-be-done-for-data-display-in-winform
View result
Article 2/29/2024

Can the Winform interface also look good?

A few days ago, I introduced using Blazor Hybrid in Winform, and mentioned that with the Blazor UI, our Winform programs can be designed to look better. Next, I will illustrate with an example of drawing in Winform Blazor Hybrid, hoping it helps you.

Matched content: 前几天跟大家介绍了在winform中使用blazor hybrid,而且还说配上blazor的ui可以让我们的winform程序设计的更加好看,接下来我想以一个在winform blazor hybrid中绘图的例子来进行说明,希望对你有所帮助。

Winform / Blazor can-the-winform-interface-also-look-better
View result
Article 11/9/2023

[Interview Questions Analysis] .NET Practical Interview Questions and Answers with AI Supplement for Comparative Learning

These interview questions cover various aspects of .NET development, including .NET framework, C# language, ASP.NET, ADO.NET, database, etc. Through comparative learning, we can better understand and master these knowledge points.

Matched content: 这些面试题涵盖了.NET开发中的各个方面,包括.NET框架、C 语言、ASP.NET、ADO.NET、数据库等。通过对比学习,我们可以更好地理解和掌握这些知识点。

.NET interview-question-analysis-net-practical-interview-questions-and-answers-ai-supplement-for-everyone-to-compare-and-learn
View result
Article 1/12/2023

Maui Blazor Camera Implementation

Since the interface in Maui Blazor is rendered by WebView, it cannot access the Android camera directly because the native camera requires binding to UI components.

Matched content: 由于Maui Blazor中界面是由WebView渲染,所以再使用Android的摄像头时无法去获取,因为原生的摄像头需要绑定界面组件

MAUI / Blazor maui-blazor-uses-camera
View result
Article 1/10/2023

The Best Option for Displaying Local Images in MAUI Blazor? - Supports Windows/macOS/Android/iOS

In MAUI Blazor, external files cannot be directly read and displayed, but they can be displayed via base64. However, because base64 is too long, it may cause interface lag...

Matched content: 在MAUI Blazor中无法直接读取外部文件显示 ,但是可以通过base64去显示,但是由于base64太长可能影响界面卡顿...

MAUI / Blazor is-this-the-best-choice-to-display-local-pictures-in-maui-blazor
View result
Article 4/7/2022

What is the difference between Winform and WPF?

Some friends always ask, 'What is the difference between WinForm and WPF?' At first thought, this question seems simple to answer, but I never systematically analyzed it. Today, I took the time to write an article that only represents my personal views to record a summary.

Matched content: 总有小伙伴问“WinForm和WPF有什么区别?” 细想这个问题好像很简单回答,但是总是没有系统的分析过,今天抽空特地写一篇仅代表个人观点的文章记录总结。

WPF / Winform what-is-the-difference-between-winform-and-wpf
View result