Category

所有分类

聚焦同一技术主题下的文章,方便按方向连续阅读。

518 篇文章
40 当前页
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 1:43 PM
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.

WeihanLi amazingdotnet 2/19/2022 1:01 AM
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.

Mohamad Lawand 2/18/2022 9:55 PM
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.

微软中国MSDN 2/12/2022 10:14 AM
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