2022 Final Edition WPF Project Actual Combat Collection Released

2022 Final Edition WPF Project Actual Combat Collection Released

This video collection consists of 58 episodes, including the basic parts of WPF (layout, style, resources, animation, template, MVVM), the concept of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entityframework, release deployment), client release, deployment and other complete development process.

最后更新 1/14/2022 11:12 PM
痕迹
预计阅读 3 分钟
分类
courses WPF
标签
.NET C# ASP.NET Core WPF Prism

preface

In the middle of the year, a WPF public welfare video tutorial was organized, and the video recording plan was launched with a fee of 2W + in half a day. So far, the video tutorial has ended. I would like to thank you very much to the students who participated in this tutorial and for their long-term support. The following will mainly explain the plans for this video disclosure and the later plans.

Video disclosure plan

This video collection consists of 58 episodes, including the basic parts of WPF (layout, style, resources, animation, template, MVVM), the concept of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entityframework, release deployment), client release, deployment and other complete development process.

In order to reduce the learning pressure of all students, this video will not be released on the video platform only at once, but will be released in stages (for example, in the form of 2 episodes per day), and the cycle is about 1 month to be released.

Several official addresses for video release:

Current plan

After the recording of this set of tutorials is completed, the main future plans are to record Xamarin, MAUI tutorials and the development of a cross-platform rapid development framework.

The development work currently underway is a cross-platform rapid development framework, which will be available to you around mid-2022.

Students participating in this public welfare video will receive an absolute discount to receive a complete cross-platform rapid framework source code and video tutorial. This plan will be announced in detail in the middle of next year.

Here are some screenshots of the current stage of the rapid development framework:

Windows:

Xamarin.Forms:

After the development is completed, work such as document writing and video tutorial recording will be started, so the expected time will be longer.

future plans

In addition to the current plan, it will be ported to MAUI in the future as a perfect native cross-platform solution. Public welfare video tutorials will also be conducted according to the time when Microsoft releases MAUI, and will be notified in advance in the QQ group.

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 7/25/2021

WPF open source project: AIStudio.Wpf.AClient

Let's not talk about the advantages of using Prism to make MVVM. It mainly uses container injection, messages and DI, which saves a lot of work than writing it yourself. There are many standard ways to use MVVM online, but there is no system-level framework. This framework has been built from login to specific business use, as well as automatic upgrades

继续阅读