What's New in Blazor for .NET 8

preview_player
Показать описание
Come find out about the future of Blazor in .NET 8! We'll explore all the upcoming features and improvements, including our effort to create a unified full stack web UI programming model that combines the strengths of client and server. We hope to see you there!

You will learn:
How Blazor is becoming the best option for full stack web development
How Blazor in .NET 8 will provide full flexibility to build web apps however works best for you
How to try out the latest Blazor features in .NET 8

#dotnet #blazor #blazorhybrid
Комментарии
Автор

It is so easy and natural to fall in love with Blazor ❤ I have controller logic, view logic and massive Javascript code for data translation and normalization back and forth from view to controller all summarised in a single component, no JS and with 30% of the size of the code of previous MVC arrangement. Blazor is Amazing.

ManuelBasiri
Автор

For anyone wondering about the security popup he said was due to .Net 8 and HTTP/3: HTTP/3 uses UDP instead of TCP, which was used by previous versions of HTTP. Your firewall may already be allowing TCP over ports 80 and/or 443, but not UDP. So you need to alter that firewall rule. It's accomplished here at runtime with the windows firewall popup, but you can easily do it in advance on your server or workstation. This is not a UAC prompt and you don't need to worry about your users encountering it.

solidusflux
Автор

I enjoyed watching this video about the future of Blazor in .NET 8. I’m impressed by the new QuickGrid component and how it can handle large data sets with ease. I’m also glad to see the security improvements in the template engine. Blazor is a great framework for building web apps with C# and I can’t wait to try out the new features in .NET 8. Thanks for sharing this informative and exciting video!

abbosbek-niyozqulov
Автор

Nice group of features - am very happy to see the simplified authentication framework!

jazzerbyte
Автор

Thank you Dan! I really enjoyed watching you present new Blazor features in .NET 8. Render modes are something I was very excited and was waiting for months to use this feature in my production app - thank you a lot to amazing Blazor team. ❤

nemtajo
Автор

Always a pleasure watching this guy! And Blazor 8 is awesome! New render modes bring Blazor at par with JS frameworks that load pages really fast and become interactive quickly because JavaScript is already there to handle most of the SPA functionality. In Blazor 8, you let the auto mode handle everything for you and it transitions from server to WASM without that loading.... message. Also that HTML Renderer was really required to dump out plain old HTML for many scenarios like sending our HTML Email, Invoices etc.

lcmdcollege
Автор

The guy standing at the end is the same guy who stands as soon as the aeroplane lands for 20 mins for no reason.
Stand and leave or sit and stay, don't stand and stay :D

DigitalNomadOnFIRE
Автор

Love the advancements in this system! I think "Blazor Server" should be renamed to "Blazor Sockets". The "Server" moniker on two aspects of this system is confusing.

BrianHallmanac
Автор

The "Enhanced navigation" with DOM preservation is cool. It gives your app the SPA feeling. And by applying a the diff, it makes it possible for you to have interactive components on in the shell of your page even if you "navigate" to another page. Imagine having an interactive Cart component in your navbar. It will not re-initialize and go away with each navigation.

marna_li
Автор

Thanks Daniel, you are amazing. I am looking forward to see more videos about the new Authentication approach 👍

Erril_Ferndal
Автор

I love how Microsoft is finally shifting their focus on Blazor. I've been working with Blazor for years and some of the features like rendering mode was long coming.

rikampalkar
Автор

absolutly great improvment to MVC and the slow WASM.
thanks

RaimundPopp
Автор

Every time I crawl into a ReactJS app, im constantly swearing like wtf I have to write all this f**kng sh** to make this simple componement /tableflip. But every time I hop into a blazor app I'm like "Oh. I'm already done."

dennycrane
Автор

Thank you Daniel. Great new blazor features. Always fruitful watching your excellent presentations.

FARIDDEAIBESS
Автор

Thank you for redoing Auth... I was working on my own because I HATE Razor Identity... I only need an API...

ChristianHowell
Автор

This is going to be amazing!! Can't wait for November!!

danielhoffman
Автор

Even 5 years after the first release, there is no official component library that is so style-free that it allows flexible rewriting of styles, nor reference implementation. If a guy with such an offer would have presented an UI library 20 years ago, he would have been laughed at, today such people celebrate themselves.

borisgaliev
Автор

Nice updates. All I am waiting for is obfuscation in blazor wasm. The third-party libraries don't come cheap...

CodewithFemi
Автор

Would be great to have some native shared memory features so you could use a javascript WebGL memory buffer and use a C# library to modify it without having to push these changes over signalR in WASM

WesleysFishClub
Автор

Great presentation and changes!
Please next time repeat back the questions into the microphone for the online audience

DiscipleW