Blog

技术文章

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

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

C#Array Deletion Cheats: Quick Deletion Tips reveal to make your code more efficient!

When it comes to deleting elements in a C#array, you may encounter two common methods: regular deletes and swap deletes (quick deletes). Normal deletes require traversing the array and moving elements, while swap deletes delete by swapping element positions. This article describes the time complexity of these two methods and provides sample code to demonstrate their use. By learning these quick removal techniques, you will be able to optimize your code to make it more efficient. Let's reveal these tips together to make your code better!

.NET
随机发现

Why is my blog site back in Blazor?

The blog website has gone through hardships in development. It has tried nearly 10 versions such as MVC, Vue, and Go. Now it has returned to Blazor and adopts static SSR. The speed has skyrocketed and it has been successfully launched.

Blazor
Practical gadget developed by WPF-Quick floating menu

Practical gadget developed by WPF-Quick floating menu

This article was submitted by netizens and compiled by the Dotnet9 webmaster. The webmaster thinks this gadget is very practical, and the webmaster is also trying to use it at home and company.

11/29/2020 闫金华(闫驚鏵) WPF
NET Core uses FluentEmail to send emails

NET Core uses FluentEmail to send emails

In actual project development, we will encounter many scenarios that require sending emails through programs, such as exception alarms, messages, progress notifications, etc.

11/28/2020 yi念之间 .NET
WPF file dragging and dropping

WPF file dragging and dropping

When uploading a file, an upload button is generally provided. Click Upload to pop up the file (or directory selection dialog box). After selecting the file (or directory), the file path is obtained from the dialog box object, and then uploaded.

11/27/2020 沙漠尽头的狼 WPF
Open source WPF control library: ModernWpf

Open source WPF control library: ModernWpf

It has a very beautiful interface, the whole is Win10 style, and the interface is similar to the default UWP. This library supports versions of the. NET Framework 4.5 and above, and versions of. NET Core 3.0 and above, and can be run on Windows Vista SP2 and above.

9/16/2020 沙漠尽头的狼 .NET
Blazor Open Source Component Library- Ant Design Blazor

Blazor Open Source Component Library- Ant Design Blazor

Following the introduction of the Bootstrap-style Blazor UI component library in the previous article, today I will introduce another Blazor UI component library: an enterprise-level component library based on Ant Design and Blazor.

6/21/2020 沙漠尽头的狼 Blazor