Great presentation. Thank you Dan. Performance enhancements and reconnection ui is very needed.
@SBDavin2 ай бұрын
Excited to see the new .NET 9 features. I want to show these off to clients.
@mhamid40565 ай бұрын
Great progress on Blazor
@toddschavey67365 ай бұрын
Another great walkthrough from Dan The Man 👏. After switching over to Blazor from Flask and Nextjs, it been nothing been get-er-done productivity time. Looking forward to the refinements of v9.0. especially the tweaks for SSR/EnhancedNav with JavaScript libs
@RJiiFin4 ай бұрын
I guess the radiobuttons still have some improvements left? At 29:04 you have Val1 selected, but after the reconnection Val3 is selected, although for Val1 the circle looks like it's selected?
@WeihanLi-iHerb5 ай бұрын
Thanks for sharing, Daniel is one of my favorite speakers
@atpayero2 ай бұрын
Excellent video, the code generation part for a CRUD and the security part are very good. However, today the security of client applications with React, Angular or Vue that are very common or even Blazor Web Assembly itself use JWT to connect, so I understand that it would be very interesting if they do not already have it, to see Blazor generate all for this type of security with JWT.
@imadouzoun5 ай бұрын
We need more work on the open source fluent UI, for example DataGrid and more features for the existing components
@orhancanoguz44235 ай бұрын
Thanks Mr Roth , your presentations always most meaningfull.
@longinos103 ай бұрын
For me the reconnection interval was the best, and no intervention is needed for refershing or reloading the page
@bsilva115 ай бұрын
How is it possible to make Blazor a beautiful interface like React's Material Design?
@mrt79485 ай бұрын
I also have a client who wants material design for hospital software
@arielpinto67975 ай бұрын
there are many component libraries for blazor. You could try mudblazor or fluentui-blazor, both are excellent options
@grantratcliff10592 ай бұрын
learn CSS
@انورطهالهتار2 ай бұрын
very nice explanation
@rotteneggconcept5 ай бұрын
The Smart Components are a game changer, wow whats the performance penalty from a hosting prospective and would I have to subscribe to OpenA.I can I use any LLM?
@kvelezАй бұрын
18:06 Cool part.
@hemantsingh77515 ай бұрын
how to write unit tests for these?
@marcinzale5 ай бұрын
Good presentation :)
@thismakessense4 ай бұрын
Great stuff. I have some issues: After clicking on Register / Login, my screen is flashing/shaking. So I have to stop the Application. I need your help. Thanks
@PortalUser23 ай бұрын
Stop shaking it then.😀
@vinodunny5 ай бұрын
How do you add Microsoft Identity to this? For example for Work Accounts from M365?
@ONESTTEFTEO5 ай бұрын
I am very eager to work on blazor in production app atleast in .NET 10
@ronaldjohnson44705 ай бұрын
Awesome, thank you.
@konstsh22405 ай бұрын
State persistence out of the box is one of the biggest missing parts for now
@lrnzwgnr45 ай бұрын
Excellent Item Scaffolding functionality very useful, could you replace bootstrap with blazor fluent ui It would be amazing!
@shabanelmogy79125 ай бұрын
we need build big app to enlarge community of blazor
@Heaven-BMGO5 ай бұрын
Why can't the video editors focus more on the code so that we can actually see them
@mohammaddaudkhanhaiderzai21405 ай бұрын
Good work!
@BrandonJansen-fr9zp5 ай бұрын
is anyone aware of video that goes more in depth with the scaffolding with a more complex database with foreign keys?
@techno77613 ай бұрын
How to select a row or item in QuickGrid v8?
@randallstephens16805 ай бұрын
Is there no plan to bring NativeAoT to Blazor?
@sciclops34433 ай бұрын
Can you include a Blazor with Entra ID authentication and deployment to IIS server, not local, IIS tutorial.
@PortalUser23 ай бұрын
That is being added back to the template in .NET 9, and they just ran out of time to get it into the .NET 8 template. But you can copy the instructions from a NET 7 demo/tutorial and it will work fine. Just find something on youtube.
@ricodomonkos3053Ай бұрын
Is it me or after rejoining, the client lost the counter and the radiobutton state?!
@swagatbhattarai96145 ай бұрын
IDK why i dont have an Identity option in my new scaffold item menu can someone help?
@ivanh18215 ай бұрын
Blazor WASM and Blazor WASM AOT still in last place in the krausest web frameworks benchmark, when Blazor WASM is going to surpass Javascript Frameworks?
@JasonStanton-s9s5 ай бұрын
The world is not ready for wasm yet. But it will improve slowly.
@rabiafayed4 ай бұрын
printing in blazor is very poor why not supported create pdf directe and not suported combox with search box
@cristianmendozaJesusTeAma5 ай бұрын
Wow blazor
@kourosh2344 ай бұрын
quickgrid looks bootsrapish? cool
@kalist89384 ай бұрын
Too many specific blazor tag for front end dev. Sorry but its too far away from html.
@Suriprofz5 ай бұрын
Show some real world examples. This is easy
5 ай бұрын
one thing you guys fail big time is in not showing how to customize your built in stuff to different languages and cultures. We know it is possible, but it is a pain to find how to do it.
@coinboybit72813 ай бұрын
SEO with loaded data is completely impossible. Disappointed!’
@PortalUser23 ай бұрын
Coin bit boy, of course it is possible. In fact, it is a core scenario enabled by blazor and in particular blazor in .net 8. But this was enabled many years ago with PreRendering, where the server generated the page with fully loaded data ready for SEO. Just ask if you are confused or read a few of the introduction pages on Microsoft Learn.