What's Next for ASP.NET Core & Blazor

preview_player
Показать описание
Come find out about all the new features coming to ASP.NET Core & Blazor for web developers in .NET 9.

You will learn:
Find out about new features in .NET 9 for web developers
How to get started with the latest .NET features
Contribute you feedback & insights to the .NET 9 release

Featuring: Daniel Roth

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

Always nice watching Daniel. Great stuff you guys are building there

VolkerThebrathGuitar
Автор

Daniel did a great job as usual. The guy is fearless.

american_coder
Автор

Would you please add chapters to the videos you post..?

larsp
Автор

Very good presentation and clear explanation

virendra
Автор

41:50 something: "we don't help you with state persistence". This surely continues to be a big deal for web data apps. Rockford Lhotka early on blogged state was an issue "I am sure most Blazor developers will run into the per-user state issue almost immediately upon trying the new Blazor 8 rendering models". I really hope Daniel and the .NET Core team have/will address this in .NET 9.

rodmacdonald
Автор

"We're working on hot-reload!"
>--meme image--<
Every live demo error is a hot-reload failure.

umilmi
Автор

I think the Blazor team could score some easy points in the frontend world by switching to tailwind instead of bootstrap. Just an opinion :)

ulfjohansen
Автор

Thanks a lot for the clear presentation🎉

maxiphobos
Автор

Really need a decent linter and updated compiler for Razor pages using Fluent UI please. Had some difficult to track bugs. Blazor is great !

MG-ggdh
Автор

That was an excellent summary and demo, Dan. Thank you!

fieryscorpion
Автор

Was the problem solved when used WebAssembly and updated the app, the clients were not updating the files automatically? It was the most annoying problem for me.

sokoo
Автор

49:44 Why is there more than one Etag? And can you speak to the use case of needing both an Etag and a fingerprint? In the past, I’ve used Etags as a total replacement for asset fingerprinting, not a supplement, and it worked great.

jacobstamm
Автор

apreciated dan and blazor teams are superstar

tlababkary
Автор

I am confused about the "Routes" component, If render mode isn't set in "Routes", theoretically it should render static server side like the "App" component, what doest that mean? what's its effect on other interactive components?

rezabashiri
Автор

Will accessing scoped × transient services in Blazor Server finally work?
It's been released for .NET 8, worked in Preview 3 but does not actually work in the final release.
Need it for HTTP request interceptor (must be transient) for every circuit (is scoped)

SKglitches
Автор

Have to admit I get confused by having a Pages folder on Client that has a Component, and a Component folder on the Server that contains a Pages folder...

mcquiggd
Автор

Thank you so much for this great presentation. A question on master- detail scenario how does it go?

SHUJA
Автор

As someone who’s new to web dev and has been learning how to set this up from scratch, this looks sick!

randombubby
Автор

is aspire ready for local/on premise deployment?

mukhlimkurowo
Автор

can anyone point me to the github repo for these demos ?

unhandledexception