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

Usage of Cache in C#

Usage of Cache in C#

Cache is a memory that can perform high-speed data exchange, exchanging data with CPU before main memory, so it is very fast.

7/11/2022 黑哥聊dotNet .NET
Object Mapping - Mapping.Mapster

Object Mapping - Mapping.Mapster

In projects, we often encounter object mapping, such as mapping between Model and Dto, or deep copying of objects, all of which need to be implemented by ourselves.

7/6/2022 磊_磊 .NET
Labor Arbitration Memoir (9): Second Instance Online Court Hearing

Labor Arbitration Memoir (9): Second Instance Online Court Hearing

In the previous chapters, I recounted my journey from applying for labor arbitration to the first instance, and then to the second instance. Throughout this process, the second instance was actually the simplest. This article describes the online court hearing process of the second instance.

7/4/2022 逃离沙漠 Sharing