Full stack web in .NET 8 with Blazor

preview_player
Показать описание
Come see how ASP.NET Blazor in .NET 8 allows you to use a single powerful component model to handle all of your web UI needs, including server-side rendering, client-side rendering, streaming rendering, progressive enhancement, and much more!

This live demo session was delivered as a part of Microsoft Build in Seattle in May 2023.
Рекомендации по теме
Комментарии
Автор

the blazor team cant stop hitting it out of the park

cav
Автор

That looks amazing, perfectly suited to a cloud project we are starting.

blackpaw
Автор

Im so excited to get in .NET 8 and new blazor features.

cardialbuilder
Автор

Good Video for Understanding Basics of server side rendering

shivanandmasne
Автор

Daniel and the team are doing God's work

liquidpebbles
Автор

"Visual Studio, I believe in you!" Lol, we all know the sentiment

kurtnelle
Автор

I wasnt very fond of the wasm and blazor server solutions. But this looks really promising !
Now please redesign css from scratch !

unskeptable
Автор

Anyone got the link to the example code?

cv
Автор

One of the blocking issues I had with implementing Blazor for my company is that WASM files were being downloaded with the .dll extension, and then those files were getting blocked by Anti-virus protection. It looks like that may have been fixed with the .wasm extension. Do .dll files still get downloaded with Web Assemembly for Blazor?

ragnarhax
Автор

11:35 1MB for a component? That seems like a lot.

peanutcelery
Автор

Seperate from the rendering, where will the services live? On the server or on the client (like with WA)?

ronaldschutte
Автор

Does server side rendering depends on user's session? Or is it a completely stateless backend application? If it's stateless backend does it mean that I can deploy it as Azure Function?

yatsuk
Автор

I still have no idea the difference between Blazor server and Blazor wasm, tbh.

TheIcecoldorange
Автор

Amazing! I am new to Blazor. Is SSR the way to go or will i get benefits when using Blazor Server in some cases?

danielz
Автор

How do I get my developer tools to look as nice as his? I want the sidebar with all the icons that he has, like the home, html, network...

etiennetheunissen
Автор

@Microsoft Developer where can i get this demo project to see how you are using a single project?

digsygu
Автор

Why is Azure DevOps developed in React instead of Blazor?

FrankPlateDE
Автор

Where's the nested object validation, guys?

EekChocolate
Автор

Where can we find the source code of the project for reference and play around

sagaragola
Автор

Great video! Is there source code available?

rcwest