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

Implementing .NET MAUI Blazor

In the second part of this book, we will explore the process of building a .NET MAUI Blazor Hybrid application. Blazor is a modern web framework developed by Microsoft, allowing developers to create interactive web applications using C# and Razor syntax rather than JavaScript. You might be familiar with JavaScript frameworks like React, Angular, and Vue, among others. Unlike most frontend frameworks, which rely on JavaScript, Blazor utilizes C# as an alternative.

Moreover, Blazor can be employed for developing Blazor Hybrid applications. In a Blazor Hybrid app, Razor components function natively on the device through an embedded Web View control, which enables the app to access device features, just like a native app would.

In Part 2, we will redesign our app as a Blazor Hybrid app. We will cover Blazor Bindings, a new topic that allows you to leverage the power of Blazor within the .NET MAUI framework, expanding your options for application development...

lock icon
The rest of the chapter is locked
You have been reading a chapter from
.NET MAUI Cross-Platform Application Development - Second Edition
Published in: Mar 2024Publisher: PacktISBN-13: 9781835080597
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

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