Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

(14/30) Everyone learn Blazor together: JavaScript interop

Although Blazor does not require JavaScript, some existing js libraries are still very convenient and cannot be abandoned just because you don't want to use JavaScript. Blazor provides a method to call JavaScript. This situation is called JavaScript interoperability(abbreviated as JavaScript interop). This article will implement the reminder window of the Delete button, because deletion is a very important function and cannot be easily deleted by users with a single press.

Blazor
Open source a Windows screen toolbox based on C#

Open source a Windows screen toolbox based on C#

Windows screen tools, functions include: screenshot, texture, screen color, screenshot text, form recognition (need to apply for Baidu OCR service), screenshot translation, and word translation.

3/8/2024 半栈程序员 .NET
Implementing event-driven communication using MediatR and MS.DI libraries in the Avalonia project

Implementing event-driven communication using MediatR and MS.DI libraries in the Avalonia project

AvaloniaUI is a powerful cross-platform. NET client development framework that allows developers to build applications for multiple platforms such as Windows, Linux, macOS, Android and iOS. When building complex applications, modularity and communication between components become particularly important. The Prism framework provides a modular development method and supports hot plugging of plug-ins, while MediatR is an event subscription publishing framework that implements the Mediator pattern, which is very suitable for communication between modules and between modules and main programs.

3/2/2024 沙漠尽头的狼 Avalonia UI
Data display can also be done in Winform

Data display can also be done in Winform

In the process of developing winform, data display functions are often needed. I have been using the gridcontrol before. Today, I want to use an example to introduce to you how to use the table component in ant design blazor hybrid to display data.

2/29/2024 DotNet学习交流 Winform / Blazor
Can Winform's interface become better?

Can Winform's interface become better?

A few days ago, I introduced to you the use of blazor hybrid in winform, and I also said that with blazor's ui, our winform program design can be more beautiful. Next, I want to use an example of drawing in winform blazor hybrid to illustrate it, hoping to be helpful to you.

2/29/2024 DotNet学习交流 Winform / Blazor