Tag

C#

正在浏览与 C# 相关的文章。

355 篇文章
8 当前页
[C#] CsvHelper Manual

[C#] CsvHelper Manual

CsvHelper is a. NET library for reading and writing CSV files. Extremely fast, flexible and easy to use.

丹枫无迹 1/19/2024 10:26 PM
FluentValidation verification tutorial based on. NET

FluentValidation verification tutorial based on. NET

FluentValidation is a verification framework developed based on. NET. It is open source, free, and elegant. It supports chain operations. It is easy to understand and has complete functions. It can still be deeply integrated with MVC5, WebApi2 and ASP.NET CORE. It provides more than a dozen commonly used validators within the components. It is scalable, supports custom validators, and supports localized multiple languages.

零度 1/19/2024 5:41 AM
Elegance! Another. NET Core open source framework project: Italian Framework

Elegance! Another. NET Core open source framework project: Italian Framework

A set of. NET 8 Web open source framework based on user experience. It supports the native version and Furion version of ABP vNext. It connects to RuoYi Vue 3.0 in the front and background. It has built-in RBAC privilege management and modern community modules, and it is available out of the box.

ccnetcore 1/13/2024 3:40 PM
In-depth analysis of C#Millions of Object Serialization: How to achieve the perfect balance between speed and volume in network transmission

In-depth analysis of C#Millions of Object Serialization: How to achieve the perfect balance between speed and volume in network transmission

In network communication, data serialization is the process of transforming the state of an object into a storable or transportable form, which is particularly critical for TCP network transmission. In the project, when it is necessary to process the transmission of hundreds of thousands of pieces of data, the traditional JSON serialization method results in a huge binary package and inefficient serialization and deserialization due to its redundant field names and string formats. To solve these problems, we consider adopting more efficient serialization methods to reduce packet size and increase processing speed.

沙漠尽头的狼 12/11/2023 10:29 PM
Upgrade. NET Core 3.1 to. NET 8

Upgrade. NET Core 3.1 to. NET 8

NET Core 3.1 has been in use for a long time. In fact, Microsoft will no longer provide support at the end of 2022. The later LTS version. NET 6 will also expire support in November 2024, so upgrading directly to. NET 8 is the best choice.

不止dotNET 12/8/2023 5:27 AM
NET8 officially released, new changes in C #12

NET8 officially released, new changes in C #12

Although 8 has brought many enhancements, such as artificial intelligence, cloud native, performance, native AOT, etc., I am still most concerned about the C#language and some framework-level changes. Here are some new features in C#12 and the framework that I think are more practical.

不止dotNET 11/17/2023 5:36 PM