Samples and Tutorials
This section contains samples and tutorials for users. It will help you become more familiar with the framework. If you want to learn the basics first, check out Get Started.
Sample application
Create a full-featured Recipe Book application to master the core capabilities of Asv.Avalonia. In this tutorial, you will implement specific business logic with Undo/Redo support, handle user input via modal dialogs, display notifications, and use the Layout Service to persist user preferences.
Start the tutorial
How to create a module
The framework can be extended with custom modules. This guide explains how to create a simple module. It covers the following topics:
Creating a builder;
Adding a module information file;
Creating basic components;
Packaging the module into a NuGet package;
Using the module in an app alongside other modules.
This guide is the best way for developers to learn the basics of creating a module for Asv.Avalonia. Follow the guide here