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

Summary

In this chapter, we explored Blazor and how to develop a Blazor Hybrid app. Blazor serves as an alternative solution for UI design within .NET MAUI. The primary distinction between Blazor and XAML lies in their appearance: while the XAML UI closely resembles the native interface, the Blazor UI adopts the aesthetics of a web app. Functionality-wise, both offer similar capabilities. Moreover, it is possible to integrate Blazor and XAML within a single app and utilize the MVVM pattern in both.

An advantage of using Blazor is the ability to share UI code between the Blazor Hybrid app and a web app. If you seek a solution compatible with both native and web apps, .NET MAUI Blazor could be an ideal choice.

In the upcoming chapter, we will transition to using Blazor for all UIs within our app. Additionally, we will discuss the initial UI design using layout and routing techniques.

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