Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

New Features of C# 10

New Features of C# 10

We are excited to announce that C# 10 has been released as part of .NET 6 and Visual Studio 2022.

2/12/2022 微软中国MSDN .NET
C# Face Comparison

C# Face Comparison

Previously, we have written about text recognition and face detection. Both are using ready-made wheels (directly calling Baidu SDK). Actually, if you look carefully at the documentation, you will know how to write them, and Baidu also provides code examples in multiple languages.

1/20/2022 Csharp小记 .NET
Implementing Hybrid Development with Vue in .NET MAUI

Implementing Hybrid Development with Vue in .NET MAUI

In MAUI, Microsoft's official solution is to use Blazor development, but most current Web projects are built with Vue, React, etc. If we cannot bypass the accumulated technology, rewriting the entire project with Blazor is not realistic.

1/18/2022 林 小 MAUI
End-of-2022 WPF Project Practical Collection Released

End-of-2022 WPF Project Practical Collection Released

This video collection has a total of 58 episodes, covering the basics of WPF (layout, styles, resources, animations, templates, MVVM), concepts of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entity Framework, deployment), client release, deployment, and other complete development processes.

1/14/2022 痕迹 Course / WPF