Introduction To MudBlazor using .Net 8 (+ Setup MudBlazor Menu)

preview_player
Показать описание
In this video I give an introduction to MudBlazor in .NET 8 in a Blazor Web App. We will setup MudBlazor and also create a menu using MudBlazor.

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

Support by hitting 2 buttons! Like and Subscribe 👏

zetbit
Автор

Thank you. This is my first intro to Blazor. My goal is to work my way up to a working example of a MudGridEditor to edit a database table with the grid in in-line edit mode, similar to the Google Sheets user experience.

donaldlee
Автор

After so many search, Finally found the perfect video, I was looking for. Thank you Sir

rajansah
Автор

Thank you so much! If I had seen this a week ago, it would have saved me a lot of time... I had a lot of problems due to the render mode.

jonathanberman
Автор

Thank you.

but you make render mode interactive Server as global wehn you did this : <Routes />

but what if we want that Auto render mode per component and some component want them to be static side rendering means with out render mode.

waleedbensumaidea
Автор

Thanks! I couldn't get the menu working in dotnet 8 and you saved my bacon :D

FragrantVagrant
Автор

When using MudBlazor you have to be careful what you'll use it for. If you have a lot of components in one page (e.g. table with lots of columns and rows) MudBlazor is essentially useless since all MudBlazor components are build during runtime and are not pre-compiled. This will make it so damn slow.

joga_bonito_aro
Автор

Somewhere ive read that adding <Routes /> will brake the identy <Authorize> component so be careful

garytripodi
Автор

finally found one of the best tutorial very simple and very 2 the point

muhammadraza
Автор

By setting the routes component Interactive you have made it global.

vertigosoft
Автор

Can we use mudblazor partially inside bootstrap without having the <MudTheme />

androidsavior
Автор

Thank you so much! This saved me a lot.

liuhamdynamics
Автор

Thanks ! And 1 question:
How to make this menu self-closing after going to any of its sections ?

Infinity-ua
Автор

All good. However, its a little more tricky when using Identity (which most websites need!!) How would you set up the links in the NavMenu ???? Thanks!

lukevincent
Автор

How can I install mudblazor in Blazor App Auto Mode And Move All pages To Client Project?

shabanelmogy
Автор

We Need Full Tutorial With All Features In Blazor And Advanced Topics

shabanelmogy
Автор

is it possible if you start with .net core mvc project instead of blazor web app project?

Gurenvy
Автор

on me seems it doesnt work when you put routes @rendermode =" InteractiveServer" since the whole page will be refresh loop every miliseconds even if u do nothing

roku
Автор

i setup mudblazor on blazor .net8 AutoRender
i add @rendermode InterActiveServer to routes in server project to run MudDrawer
when i try to add interactive webassembly in client project get error what can i do

and can you add video to add mudblazor in AutoRender

shabanelmogy