Reader small image

You're reading from  .NET MAUI Cross-Platform Application Development - Second Edition

Product typeBook
Published inMar 2024
Reading LevelBeginner
PublisherPackt
ISBN-139781835080597
Edition2nd Edition
Languages
Right arrow
Author (1)
Roger Ye
Roger Ye
author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye

Right arrow

Creating a new .NET MAUI Blazor project

To learn how to develop a Blazor Hybrid app, we need to upgrade our PassXYZ.Vault project to accommodate a Blazor-based UI. Fortunately, we don’t need to start from scratch – we can simply modify our existing project to support the Blazor UI. By doing this, we can efficiently build both an XAML-based app and a Hybrid app within the same project. Before incorporating the Blazor UI into our app, let’s first establish a new .NET MAUI Blazor project with an identical app name. This will allow us to reference the new project when converting our current project into a .NET MAUI Blazor project.

We have the option to create this new .NET MAUI Blazor project either through the command line or via Visual Studio. We will demonstrate both methods in this section.

Generating a .NET MAUI Blazor project with the dotnet command line

Let us begin by creating a new project using the .NET command line. This can be accomplished...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
.NET MAUI Cross-Platform Application Development - Second Edition
Published in: Mar 2024Publisher: PacktISBN-13: 9781835080597

Author (1)

author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye