ASP.NET Community Standup - New Blazor updates in .NET 8 RC2

preview_player
Показать описание
Join us to learn about what Blazor has to offer in .NET 8 RC2! We'll also be addressing some of your questions about Blazor from the last community standup.

Chapters:
00:00 Countdown begins
03:03 Welcome to the ASP.NET Blazor Community Standup
03:45 Community Links
09:33 .NET 8 RC2 updates
10:57 Global Interactivity demo
38:38 Easy button for auth
40:13 Technical difficulties
47:00 Demo continues
01:00:57 Wrap

Community Links:


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

Thanks so much for showing my video! And yes, "God" really is my last name. 😅 Congrats on the release!

PatrickGod
Автор

Great job guys! Thank you for sharing. Very easy to follow and value was well communicated

visionmajor
Автор

I love blazor its so nice and comparable to how we used to use web forms especially so much more now with the new render methods its like dejavu 20 years on

dotnetdevni
Автор

So with WASM (say, on the FetchData/WeatherPage) does this "pre-renders on server" mean the database gets hit twice, once when the server is pre-rendering, then again from the client when the OnInitializedAsync gets called there? EDIT: No, the database doesn't get hit twice. Just read the release post, i.e. i rtfm'd, lol.

mtranchi
Автор

There was a number of beep sounds btw guys on your audio stream it sounded like a cue sound tbh.
Just have to say wow on the authentication stuff its always been a headace to wire up in the client server and web apis its great thanks for all the work is their a simple way then to make a app multi tennant

dotnetdevni
Автор

Please fix hot reload. This is still broken in VS 17.3 preview 3 for WASM hosted setup. It's like shipping a Tesla or iPhone with a broken charging port.

ErtyHackward
Автор

Dear Team, what would need to change if one had a server prerendered Web assembly application in which a _host.html file was used instead of the index.html file to have application prerendered?

Baraka-yldp
Автор

Whats happening if I use SSR pages and the user clicks on something, but the app hasn't loaded yet? I mean if I click on something and the app doesn't react, it's like the app has crashed.

Crossbow
Автор

Nothing about improving the hot-reload issues.

xrklvs
Автор

awesome stuff, very exciting. with some hosting servers websockets are not enabled unless you host your own server. is there a recommended Blazor model, either webassembly only or will web app work.

scubaaddict
Автор

It would be good if u added a page to manage roles and claims possibly permissions as well?

dotnetdevni
Автор

There is issue with Firefox browser when using blazor did the new update fix browsers compatibility

moayadmyro
Автор

is pretty cool. But why isnt the same mechanics used for culture?

DennisHaney
Автор

re: Identity, does it include the "impersonate" features?

joshemm
Автор

Daniel, you don't need to shout, we can clearly hear you. 😂
I don't get that entire part with the renderMode, yes I can see the text you are showing me, but is that relevant for me when I upgrade?

teckyify
Автор

Please can the dotnet work on the long names of class, please, can modifier be removed and let use something like attributes to specify modifier keeping everything on one like make the function signature so long

midewestmond
Автор

Now that we have Blazor Server Render, shouldn’t Blazor Server be deprecated?

osman
Автор

I've always wanted to use Blazor (read: for the last 2 years or so), but every time I try it it's always problematic; Hot reload barely works, especially in relation to style changes (TailwindCSS).

That said, I tried it again earlier today with RC1 and it seems like it's gotten a lot more stable! That's great news. It still regularly requires a "rude edit", but it seems to at least be more eager to actually report rude edits instead of silently breaking.

modernkennnern
Автор

"using static" is already a cancer, hiding it in global usings is just a no go. why hiding the source of the rendermode?

BernhardMillauer
Автор

Is it me or this dependency on web socket for interactivity is a bad idea?

osman