How to convert radzen blazor server app (web app) to blazor maui (blazor hybrid) (mobile app)

In this video, I show how to convert a RADZEN BLAZOR SERVER app to BLAZOR MAUI.

Being able to reuse code in your blazor server web app in your blazor hybrid mobile app brings you the following benefits:-

  1. You do not need to learn new framework to develop your mobile app.
  2. Development time is reduced since you are reusing the code base for your web app in the mobile app.

Completed BLAZOR MAUI project can be pulled from GitHub - benjaminsqlserver/StudentMAUI: This project demonstrates how to convert a RADZEN BLAZOR SERVER App to BLAZOR MAUI (Hybrid)