Category Avalonia UI

Building Your First MVVM Application: A Complete Guide to ViewModels and Commands in Avalonia UI

If you’ve been following along with our Avalonia journey, you’ve mastered the basics of creating projects and understanding the framework. Now it’s time to dive into the architectural pattern that will make your applications maintainable, testable, and scalable: Model-View-ViewModel (MVVM).…

Read MoreBuilding Your First MVVM Application: A Complete Guide to ViewModels and Commands in Avalonia UI

Navigation Between Views: Building Multi-Page Applications with Avalonia UI and Community Toolkit MVVM

Building a single-view application is great for learning the basics, but real-world applications need multiple pages. Whether it’s navigating from a login screen to a dashboard or moving between different sections of your app, proper navigation is essential for creating…

Read MoreNavigation Between Views: Building Multi-Page Applications with Avalonia UI and Community Toolkit MVVM