Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

Using Masa Blazor in MAUI

Using. NET MAUI, you can develop applications that can run from a single shared code base on Android, iOS, macOS, Windows, and Linux(community support), with one set of codes running on multiple ends.

Blazor
Visit WPF's complete MVVM case

Visit WPF's complete MVVM case

Learning WPF without learning MVVM seems to lack a soul. So what is MVVM? Why should I learn MVVM? This will use a simple small example of additions, deletions and changes to briefly describe the basic knowledge of MVVM and how to develop the program of the MVVM architecture. It is only for learning and sharing. If there are any shortcomings, please correct them.

2/21/2022 小六公子 WPF
NET 7 Preview 1 Released

NET 7 Preview 1 Released

NET 7 is built on the foundation of. NET 6 and includes a unified set of basic libraries, runtime and SDK, which simplifies the development experience and improves developer productivity.

2/19/2022 WeihanLi amazingdotnet .NET
Getting Started with gRPC and. NET

Getting Started with gRPC and. NET

Essentially, an API is a protocol between a server and a client that specifies how the server provides specific data based on client requests.

2/18/2022 Mohamad Lawand .NET
New features of C#10

New features of C#10

We are pleased 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

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.

1/20/2022 Csharp小记 .NET