Skip to main content

Create a Blazor Hybrid Project

  • 2 minutes to read

Important

Ensure your system meets these requirements.

If you are new to .NET MAUI, WinForms, or WPF, please review the following Microsoft tutorials for more information:

The Microsoft tutorial for WinForms and WPF referenced above adds a default Counter component (used in Blazor project templates) to the application. You will need to replace this component with DevExpress components.

Blazor MAUI apps work with .razor files, where you can add components, as regular Blazor applications. Refer to the sections below for more information about .NET MAUI specifics.

Blazor Hybrid Applications

.NET MAUI: Additional Setup and Known Issues

DevExpress MAUI Components

You have a few alternatives when it comes to MAUI applications:

  • You can embed Blazor components directly into a .NET MAUI application instead of using a Hybrid hosting model.
  • You can use native DevExpress MAUI components instead of DevExpress Blazor Components.

If you choose to switch to .NET MAUI controls and applications, refer to the following tutorial: Get Started with DevExpress Controls for .NET Multi-platform App UI.

View Example: Use DevExpress MAUI and Blazor Components to Create a .NET MAUI Blazor Hybrid app

Blazor and MAUI components in Blazor Hybrid app

Next Step

Read Tutorial: Set Up the DevExpress Nuget Package in the Application