.NET MAUI Blazor - Build Hybrid Mobile, Desktop, and Web apps

preview_player
Показать описание
Blazor enables building client-side web UI with .NET, but sometimes you need more than what the web platform offers. Sometimes you need full access to the native capabilities of the device. You can now host Blazor components in .NET MAUI apps to build cross-platform native apps using web UI. The components run natively in the .NET process and render web UI to an embedded web view control using a local interop channel. This hybrid approach gives you the best of native and the web. Your components can access native functionality through the .NET platform, and they render standard web UI. .NET MAUI Blazor apps can run anywhere .NET MAUI can (Windows, Mac, iOS, and Android) although our primary focus for .NET 6 is on desktop scenarios.

#DotNetMaui #Blazor #DotnetConf2021
Рекомендации по теме
Комментарии
Автор

Amazing as always! Great work, Although native entity framework core support would be really appreciated, it's probably on the list but i when tried to include it in the project it started throwing lots of errors. But I spent good 8 hours today at work with both Blazor and XAML and have to say building UIs for desktops has never felt better before. Especially the Blazor part, having the option to quickly integrate the same look and feel as a web app on your mobile and desktop in matter of minutes across all devices, i am ready to sell my soul you have it :D

justanaveragebalkan
Автор

Holy cow! Real mobile cross platform and native actually works pretty well now.

TomPenningtonGeorgia
Автор

This is really great. Thank you so much and thanks to Microsoft.

imadabab
Автор

Thanks a lot Daniel, this is what I have been looking for!

goodmanshawnhuang
Автор

I'm not using XAML and Xamarin anymore having this.

robertical
Автор

Wow, definitely gonna dive into Blazor!!

paulsalele
Автор

It looks promising. Where, or when, can I see a demo of something more complex and showing the whole process. For example a route planning application using Windows and native iOS on iPhone where there are several hundred locations in a database that has to be supported and synchronized between the two platforms The iPhone has to be able to function offline and be able to do routing and update the database offline. When back online it needs to synchronize with central database on the cloud. Are there any apps out there doing something similar using these technologies?

douglasmckinley-sr
Автор

Is that 'notepad' specific to running on windows? I was hoping to see that same example run on the Android emulator to see what 'notepad' would do there. Thanks for sharing, nice video.

kolesplace
Автор

Man man man, so many ways to go. Leared WinForms and WPF in the past. Switched to native App Android Development with Java and Web Development mit VueJS and .Net Core in the Backend. Then Switched to Go in the Backend. Now considering coming back to MS with Blazor and MAUI or go with Flutter.... Still dont know :D One Framework for all the Plattforms would be awsome.

IT-Entrepreneur
Автор

That's great. But a video showing how to connect a MAUI Blazor app to an SQL database would be great. I still have not found anyone doing that yet.

bjrnhellesylt
Автор

Can Blazor Web View components use the height of the web content (dynamic height)?

MichaelArgentini
Автор

What about Web, Can the same code used in Web / IIS etc

purplepanther
Автор

I am a web developer and wanted to learn Maui for mobile development. I have working exp with razor but no exp related to xaml. Maui blazor is good or Maui with xaml is good to learn?

sreenucnu
Автор

Thank you so much
Can Open in Internet Browser?

MiddleEastSoftware
Автор

Hi, all very impressive. What if I have a question. do
How can I trigger an example event "click" from the blazor part (web) to the Native part (Mobile)

mespinozadsac
Автор

I wish if I could develop a web app with just MAUI/XAML without using Blazor. Like for other platforms

akk
Автор

Myself is novice developer interested in MAUI Blazor. But got stuck in creating simple Login system for my MAUI Blazor app. Like Blazor give ready made login system. Please provide at least easy sample to create easy login system for my MAUI Blazor APP. So that we start creating app without spending ton of time in creating Login System only.Thanks

sachindrasangal
Автор

NU1012: Platform version is not present for one or more target frameworks, even though they have specified a platform: net7.0-ios, net7.0-maccatalyst


i am facing this error, anyone know how to solve it please let me know

jinkim
Автор

If possible, can you share an exmaple of an app Microsoft uses internally or has plans for Office 365 client apps to use .net MAUI?

Mohsin
Автор

On one of my projects, I am not getting the android option. On the other one, I am getting the option but it is not working The screen is frozen and nothing working when I close that I get Deploy failed, but it works fine with windows.
Can you please help me with this?

sanjanapatel