Tag

.NET

正在浏览与 .NET 相关的文章。

430 篇文章
9 当前页
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
Code Workshop "Article Title URL Alias Generator" is launched

Code Workshop "Article Title URL Alias Generator" is launched

Code Workshop is a newly opened open source project by the webmaster that provides online tools, cross-platform desktop and mobile applications. Webmasters will ultimately strive to bring you a more efficient and convenient experience. Today, webmasters are honored to launch the "Article Title URL Alias Generator" to help you easily create URL aliases for article titles and improve SEO effects and user experience. Come to the code workshop and explore more practical tools!

沙漠尽头的狼 1/7/2024 12:12 AM
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