To develop desktop applications based on C#, there are two main sets of tools: WPF and Silverlight. The syntax of the two is similar. It is recommended to learn WPF and many related books.
To put it simply, all pages are written in xaml files, and business logic is written in .cs (code behind). As for other MVC and MVVM architectures, we can talk about them later. The xaml syntax is very simple, similar to xml:
<Button x:Name="test"/>
Open Taobao and search here for a complete set of C# tutorials The No. 1 store of good tutorials Store number: 146025 Dear, come to my shop to find treasures~
To develop desktop applications based on C#, there are two main sets of tools: WPF and Silverlight. The syntax of the two is similar. It is recommended to learn WPF and many related books.
To put it simply, all pages are written in xaml files, and business logic is written in .cs (code behind). As for other MVC and MVVM architectures, we can talk about them later. The xaml syntax is very simple, similar to xml:
<Button x:Name="test"/>
"WPF Programming Guide"
From novice to expert, everyone can
Open Taobao and search here for a complete set of C# tutorials
The No. 1 store of good tutorials
Store number: 146025
Dear, come to my shop to find treasures~
Teach you how to make UWP applications: Microsoft Faith Center