Category: fundamentals

  • MAUI Shell Routing

    Routing enables you, first, to configure various ways as routes with their names and, second, to make the navigation process enjoyable throughout the app. There are two types of routing in Shell: Implicit Routing You can navigate programmatically from anywhere in the app: Explicit Routing Crud routing enables one to set routes for pages that…

  • MAUI Shell Basics: Shell application structure

    In .NET MAUI, Shell is a powerful feature that helps you create an efficient and organized navigation structure for your application. It provides a straightforward way to set up and manage complex application navigation with minimal configuration. What is MAUI Shell? Shell is a container for your application pages that provides features like URI-based navigation,…