Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

Before starting using Bootstrap 4, let's learn about a few common patterns

Before starting using Bootstrap 4, let's learn about a few common patterns

Simply put, if we don't use Bootstrap 4 but use hand-carved methods to write the web page, we have to write the HTML content ourselves (nonsense), and we have to set the CSS one by one (another nonsense). However, if we use Bootstrap 4, he has already written many commonly used CSS for us in advance. As long as we are familiar with the Bootstrap 4 files and know which class name the CSS he prewrites is used in, we just need to apply it directly to the label.

12/6/2021 Alec front end
Open source Winform control library: Hua Mulan control library

Open source Winform control library: Hua Mulan control library

You can compile the project. Except for the animation functions extracted from Silverlight and the ColorEditorExt.cs Color Panel View Designer extension modified from online examples, the entire control was written on the basis of native controls by myself and did not use any third-party libraries, so use it with confidence. There is no infringement of the copyright of others.

11/21/2021 沙漠尽头的狼 Winform
Essence: Summary of C#syntax characteristics

Essence: Summary of C#syntax characteristics

C#10 has been released together with. NET 6 and VS2022. This article follows the release order of. NET and sorts out some interesting syntax features in C#based on Microsoft's official documents.

11/19/2021 louzixl .NET