Tag

.NET

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

430 篇文章
32 当前页
WPF 3D shuttle effect, use WPF to join in the fun

WPF 3D shuttle effect, use WPF to join in the fun

Compared with CSS and UWP, the old WPF is relatively cumbersome to operate 3D effects. You need to first make a 3D model, then rotate the XY axis, then adjust the Z-axis stretch, and finally adjust the FOV. The shuttle effect depends on the number stretched on the Z-axis

ARM830 2/21/2022 1:58 PM
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