Summary of AOT Usage Experience
From the beginning of the project, develop the good habit of promptly performing AOT publish tests whenever new features are added or newer syntax is used.
From the beginning of the project, develop the good habit of promptly performing AOT publish tests whenever new features are added or newer syntax is used.
AvaloniaUI is a powerful cross-platform .NET client development framework that enables developers to build applications for multiple platforms including Windows, Linux, macOS, Android, and iOS. When building complex applications, modularization and inter-component communication become particularly important. The Prism framework provides a modular development approach with support for hot-plugging plugins, while MediatR is an event subscription and publishing framework that implements the Mediator pattern, making it very suitable for communication between modules and between modules and the main program.
How to use the dialog service of the MVVM framework Prism in .NET Core 3 environment, and this is the final article of the Prism series.
How to use the MVVM framework Prism based on region navigation system in .NET Core 3 environment
How to use the region manager of the MVVM framework Prism for View management in .NET Core 3 environment.
How to use the event aggregator of the MVVM framework Prism to implement communication between modules in .NET Core 3 environment.
How to modularize applications using the MVVM framework Prism in .NET Core 3 environment.
How to use commands in the MVVM framework Prism under .NET Core 3 environment
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.