Category

.NET

NET Ecology, Runtime and Engineering Experience Precipitation

190 篇文章
18 当前页
C#Face Comparison

C#Face Comparison

Optical Character Recognition and face detection have been written before. They are all using ready-made wheels (directly called Baidu SDK). In fact, after taking a closer look at the documentation, you will know how to write it. Moreover, Baidu also provides code examples in multiple languages.

Csharp小记 1/20/2022 2:12 PM
C#is the best alternative to TypeScript?

C#is the best alternative to TypeScript?

TypeScript is very good. It perfectly combines strong typing with rapid development, making it so easy to use that I will default to this library in many cases. However, there is no perfect language in the world, and in some cases TypeScript is not the most appropriate tool:

CSDN 12/27/2021 8:53 PM
I developed a tool that slims down. NET programs

I developed a tool that slims down. NET programs

I have developed a tool that slims down. Net programs that can delete referenced but not used assemblies. I used it to slim down a. Net core program from 147 megabytes to 59.5 megabytes.

杨中科 12/26/2021 9:56 PM
C#script

C#script

In some cases, you need to dynamically execute C#code during program execution. For example, you need to save certain algorithms that change frequently in a configuration file, and read and perform operations from the configuration file during execution. At this point, you can use C#scripts to do this.

寻找无名的特质 12/24/2021 10:46 PM
Developed a fishing application with WinUI 3

Developed a fishing application with WinUI 3

Don't underestimate Yuyu. All genius ideas are not inspired by typing on the keyboard. When your work is blocked, the more you devote yourself to your work, the more you can't find a solution. At this time, you can move your eyes away from the screen. Maybe you can be playing with the little yellow duck while taking a bath, while staring out the window while in a daze, while sleeping. When you buckle your stomach, the inspiration to solve the problem suddenly fell into your mind.

dino.c 12/16/2021 8:51 PM
C#10 5 new features to know

C#10 5 new features to know

C#'s GitHub page has a long list of tantalizing ideas, some of which are still being discussed.

Matthew MacDonald 12/12/2021 10:01 AM
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.

louzixl 11/19/2021 5:38 PM