End-of-2022 WPF Project Practical Collection Released

End-of-2022 WPF Project Practical Collection Released

This video collection has a total of 58 episodes, covering the basics of WPF (layout, styles, resources, animations, templates, MVVM), concepts of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entity Framework, deployment), client release, deployment, and other complete development processes.

Last updated 1/14/2022 11:12 PM
痕迹
3 min read
Category
Course WPF
Tags
.NET C# ASP.NET Core WPF Prism

Foreword

In the middle of the year, a public welfare WPF video tutorial was organized. Within half a day, over 2W+ in funds were raised, thus launching this video recording plan. So far, the video tutorial has concluded.
Here, I would like to express my gratitude to the students who participated in this tutorial and those who have been supporting it for a long time. Below, I will mainly explain the plans for making these videos public and the plans for the future.

Video Publication Plan

This video collection totals 58 episodes, covering the basics of WPF (Layout, Styles, Resources, Animation, Templates, MVVM), Prism concepts (Region, Navigation, DialogService, Module, etc.), MaterialDesign integration, ASP.NET Core WebApi (Entity Framework, Publishing and Deployment), client publishing, deployment, and the complete development process.

To reduce the learning pressure on students, these videos will not be released all at once on the video platform, but will be published in stages (e.g., 2 episodes per day). The entire release cycle is expected to be completed within approximately one month.

Official addresses for video publication:

Current Plan

After completing this tutorial series, the main future plans are to record tutorials for Xamarin, MAUI, and to develop a cross-platform rapid development framework.

The current development work is focused on the cross-platform rapid development framework, which is expected to be available to everyone around mid-2022.

Students who participated in this public welfare video tutorial will receive an absolute discount on the complete source code and video tutorial of the cross-platform rapid framework. Specific plans will be announced in mid-next year.

Below are some current screenshots of the rapid development framework:

Windows:

Xamarin.Forms:

After development is completed, work will begin on documentation and video tutorial recording. Therefore, the expected time will be relatively long.

Future Plans

In addition to the current plan, in the future, the framework will be ported to MAUI as a complete native cross-platform solution. Public welfare video tutorials will also follow Microsoft's release timeline for MAUI, and advance notice will be given in the QQ group.

Keep Exploring

Related Reading

More Articles
Same category / Same tag 7/25/2021

WPF Open Source Project: AIStudio.Wpf.AClient

Using Prism for MVVM, the advantages need not be mentioned; mainly using container injection, messaging, and DI, saving a lot of trouble compared to writing oneself. There are many standard MVVM usage methods online, but they do not form a system-level framework. This framework is built from login to specific business usage, including automatic updates.

Continue Reading