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

WPF File Drag and Drop

When uploading files, usually an upload button is provided. Click to upload, a file (or directory selection dialog) pops up. After selecting a file (or directory), the file path is obtained from the dialog object, and then the upload operation is performed.

WPF
C# Convert PDF to Image

C# Convert PDF to Image

Today, a colleague told me that the PDF file you obtained doesn't quite fit our existing software workflow, so can you convert our PDF file to an image?

7/16/2022 黑哥聊dotNet .NET
C# Using Objects Comparer for Object Comparison

C# Using Objects Comparer for Object Comparison

Objects Comparer is a tool for object comparison. Common data structures in C# can be compared using this third-party library, and even complex objects can be compared.

7/15/2022 黑哥聊dotNet .NET