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

Random Discovery

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.

WPF
NET 3-line code implements text-to-speech function

NET 3-line code implements text-to-speech function

In the era of artificial intelligence, text to speech is a popular function in artificial intelligence nowadays. All major companies have services in this area. They can convert various words to speech through interfaces, and even simulate real people. It is very powerful.

7/25/2022 翔星 DotNet开发跳槽 .NET
C#Convert PDF files into pictures

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?

7/16/2022 黑哥聊dotNet .NET
C#uses Objects Comparator for object comparison

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.

7/15/2022 黑哥聊dotNet .NET