Developing New Experiences

VSW06 Aloha .NET MAUI! Extending Apps to Mobile and Desktop with Blazor Hybrid

11/15/2023

9:30am - 10:45am

Level: Introductory

Shaun Walker

Founder

Devessence Inc.

In this session we are going to showcase the exciting Blazor Hybrid support which is included in .NET MAUI. Specifically, we will focus on the BlazorWebView control that allows Razor components to be rendered into an embedded Web View, allowing them to run natively on mobile and desktop devices. In this rendering model, Razor components load and execute very quickly and have full access to the native capabilities of the device through the .NET platform. We will also explain how you can get the most out of your code assets by leveraging the exact same web UI components across mobile, desktop, and web. And rather than using a simple "Hello World" scenario, all of these concepts will all be demonstrated using a robust open-source modular application framework developed natively for Blazor and .NET MAUI.

You will learn:

  • The history of Blazor Hybrid
  • Problem which Blazor Hybrid solves
  • Deep dive into Blazor Hybrid in action