Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
40 Current page
3D Shuttle Effect? UWP Can Do It Too

3D Shuttle Effect? UWP Can Do It Too

After coming home for dinner, taking care of the kids, and playing Age of Empires 4, I suddenly remembered that I haven't used UWP in a long time. A bold thought emerged: 'I have the mighty UWP, I can definitely achieve a 3D shuttle effect!'

dino.c 2/21/2022 2:31 PM
WPF 3D Tunnel Effect, Joining the Fun with WPF

WPF 3D Tunnel Effect, Joining the Fun with WPF

Compared to CSS and UWP, the veteran WPF is relatively cumbersome for 3D effects. First, you need to create a 3D model, then rotate the XY axes, adjust the Z-axis scaling, and finally adjust the FOV. The tunnel effect is determined by the Z-axis scaling value.

ARM830 2/21/2022 1:58 PM
Into WPF: Complete MVVM Example

Into WPF: Complete MVVM Example

Learning WPF without learning MVVM feels like missing the soul. So what is MVVM? Why learn MVVM? This article uses a simple CRUD example to briefly introduce the basic knowledge of MVVM and how to develop MVVM architecture-based programs. For learning and sharing purposes only, please point out any shortcomings.

小六公子 2/21/2022 1:43 PM
.NET 7 Preview 1 Released

.NET 7 Preview 1 Released

.NET 7 builds on the foundation laid by .NET 6, including a unified set of base libraries, runtime, and SDK, simplifying the development experience and improving developer productivity.

WeihanLi amazingdotnet 2/19/2022 1:01 AM
gRPC and .NET Getting Started

gRPC and .NET Getting Started

Essentially, an API is a protocol between a server and a client, specifying how the server provides specific data based on the client's request.

Mohamad Lawand 2/18/2022 9:55 PM