expressappframework-401943-getting-started-basic-tutorial-blazor.md
This tutorial explains how to create a Cross-Platform .NET App UI (XAF) application for Windows and Web platforms to manage projects within a company department. The application uses the ASP.NET Core Blazor and Windows Forms UI platforms to display data and Entity Framework Core for data access.
Tip
For additional information on how to choose an ORM that suits your needs, refer to the following topic: Why We Recommend EF Core over XPO for New Development.
The tutorial shows how to write platform-agnostic code. XAF automatically generates the application UI and establishes access to a database.
ASP.NET Core Blazor Windows Forms
In this application, users can:
Before you start the tutorial, read this section and ensure that the following conditions are met:
Create a Combined XAF Web and Desktop ApplicationThis lesson explains how to create a Cross-Platform .NET App UI application.Define the Data Model and Set Initial DataThis lesson explains how to define the data model that serves as a base for the application’s CRUD UI.Customize Application UI and BehaviorThis lesson explains how to customize the auto-generated UI’s structure and metadata and implement custom user interaction.Reuse Implemented FunctionalityThis lesson explains how to add a module to your application to enable additional functionality.
Note
If you need assistance with your XAF application, submit a ticket to the Support Center.