Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Data Display Can Also Be Done Like This in Winform

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.

2/29/2024 DotNet学习交流 Winform / Blazor
Can the Winform interface also look good?

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.

2/29/2024 DotNet学习交流 Winform / Blazor
FluentValidation in C# WPF Applications

FluentValidation in C# WPF Applications

This article explores how to use FluentValidation for property validation in C# WPF projects and demonstrates how to implement this through the MVVM pattern.

1/25/2024 沙漠尽头的狼 WPF
【C#】CsvHelper User Manual

【C#】CsvHelper User Manual

CsvHelper is a .NET library for reading and writing CSV files. Extremely fast, flexible, and easy to use.

1/19/2024 丹枫无迹 .NET