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

ScottPlot Source Code Analysis

ScottPlot is a free and open source data visualization control written in C#. It can easily implement massive data visualization interaction.

.NET
Random Discovery

Can you use it as a short link generator? - Hashids.net

Hashids.net is a lightweight open-source encryption (short ID generation) library that encodes numbers into strings. In fact, you can flexibly use it to generate short IDs from strings, but it is irreversible.

.NET
What's New in .NET 8.0?

What's New in .NET 8.0?

.NET 8 brings thousands of performance improvements across the entire stack

11/17/2023 葡萄城技术团队 .NET
C# Array Deletion Secrets: Quick Deletion Tips Revealed to Make Your Code More Efficient!

C# Array Deletion Secrets: Quick Deletion Tips Revealed to Make Your Code More Efficient!

When it comes to deleting elements from a C# array, you may encounter two common methods: regular deletion and swap deletion (fast deletion). Regular deletion requires traversing the array and moving elements, while swap deletion removes elements by swapping their positions. This article will introduce the time complexity of these two methods and provide sample code to demonstrate their usage. By learning these fast deletion techniques, you will be able to optimize your code and make it more efficient. Let's uncover these tips together to make your code stand out!

11/11/2023 沙漠尽头的狼 .NET
Deep Understanding of C# Bit Operations: Mastering the Magic of Bitwise Operators

Deep Understanding of C# Bit Operations: Mastering the Magic of Bitwise Operators

C# bit operations are a powerful tool that can play an important role when dealing with binary data and bit-level operations. By using bitwise operators, we can perform bit-level operations on integers, such as bitwise AND, OR, XOR, and bitwise complement. Bit operations can be used for performance optimization, data compression, implementing bit masks and bit flags, etc. Understanding and mastering the basic principles and common application scenarios of C# bit operations will enable us to handle binary data more efficiently and, in some cases, improve code performance and readability. Through a deep understanding of C# bit operations, we can unleash greater creativity and flexibility in programming.

11/6/2023 沙漠尽头的狼 .NET
.NET Toolbox: Open-source, free pure frontend tool website, exploring 10 major tool categories and 73 real-time online gadgets

.NET Toolbox: Open-source, free pure frontend tool website, exploring 10 major tool categories and 73 real-time online gadgets

Dotnet Toolbox is a pure frontend, open-source, and free tool website. Over the weekend, I referred to the open-source project it-tools, localized the website interface text into Chinese, and redeployed the site. The website has 10 major tool categories and provides 73 real-time online gadgets. Developed with Vue3, the Dotnet Toolbox has unique features. This article details some of these featured tools and briefly shares how to deploy your own tool website. If you are interested in tool websites, why not come and learn about Dotnet Toolbox!

10/16/2023 沙漠尽头的狼 Frontend