Tag

C#

正在浏览与 C# 相关的文章。

355 篇文章
7 当前页
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 4:58 AM
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 3:45 PM
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.

DotNet学习交流 2/29/2024 5:42 AM
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.

DotNet学习交流 2/29/2024 5:29 AM
Application of FluentValidation in C#WPF

Application of FluentValidation in C#WPF

This article will explore in depth how to use FluentValidation for attribute verification in C#WPF projects and show how to implement this function through the MVVM pattern.

沙漠尽头的狼 1/25/2024 5:17 AM