Blazor is a very cool framework. I love both client and server modes. Given the fact that wasm is fairly new, blazor client has a bright future .
@user-fqlt7 ай бұрын
Great presentation. Thank you Dan. Performance enhancements and reconnection ui is very needed.
@mhamid40567 ай бұрын
Great progress on Blazor
@SBDavin4 ай бұрын
Excited to see the new .NET 9 features. I want to show these off to clients.
@toddschavey67367 ай бұрын
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
@WeihanLi-iHerb7 ай бұрын
Thanks for sharing, Daniel is one of my favorite speakers
@orhancanoguz44237 ай бұрын
Thanks Mr Roth , your presentations always most meaningfull.
@RJiiFin7 ай бұрын
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?
@atpayero4 ай бұрын
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.
@kvelez3 ай бұрын
18:06 Cool part.
@longinos105 ай бұрын
For me the reconnection interval was the best, and no intervention is needed for refershing or reloading the page
@hemantsingh77517 ай бұрын
how to write unit tests for these?
@انورطهالهتار4 ай бұрын
very nice explanation
@ronaldjohnson44707 ай бұрын
Awesome, thank you.
@marcinzale7 ай бұрын
Good presentation :)
@imadouzoun7 ай бұрын
We need more work on the open source fluent UI, for example DataGrid and more features for the existing components
@bsilva117 ай бұрын
How is it possible to make Blazor a beautiful interface like React's Material Design?
@mrt79487 ай бұрын
I also have a client who wants material design for hospital software
@arielpinto67977 ай бұрын
there are many component libraries for blazor. You could try mudblazor or fluentui-blazor, both are excellent options
@grantratcliff10594 ай бұрын
learn CSS
@techno77615 ай бұрын
How to select a row or item in QuickGrid v8?
@vinodunny7 ай бұрын
How do you add Microsoft Identity to this? For example for Work Accounts from M365?
@mohammaddaudkhanhaiderzai21407 ай бұрын
Good work!
@thismakessense6 ай бұрын
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
@PortalUser25 ай бұрын
Stop shaking it then.😀
@lrnzwgnr47 ай бұрын
Excellent Item Scaffolding functionality very useful, could you replace bootstrap with blazor fluent ui It would be amazing!
@Heaven-BMGO7 ай бұрын
Why can't the video editors focus more on the code so that we can actually see them
@swagatbhattarai96147 ай бұрын
IDK why i dont have an Identity option in my new scaffold item menu can someone help?
@BrandonJansen-fr9zp7 ай бұрын
is anyone aware of video that goes more in depth with the scaffolding with a more complex database with foreign keys?
@rotteneggconcept7 ай бұрын
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?
@ricodomonkos30533 ай бұрын
Is it me or after rejoining, the client lost the counter and the radiobutton state?!
@sciclops34435 ай бұрын
Can you include a Blazor with Entra ID authentication and deployment to IIS server, not local, IIS tutorial.
@PortalUser25 ай бұрын
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.
@konstsh22407 ай бұрын
State persistence out of the box is one of the biggest missing parts for now
@shabanelmogy79127 ай бұрын
we need build big app to enlarge community of blazor
@randallstephens16807 ай бұрын
Is there no plan to bring NativeAoT to Blazor?
@ONESTTEFTEO7 ай бұрын
I am very eager to work on blazor in production app atleast in .NET 10
@cristianmendozaJesusTeAma7 ай бұрын
Wow blazor
@rabiafayed6 ай бұрын
printing in blazor is very poor why not supported create pdf directe and not suported combox with search box
@ivanh18217 ай бұрын
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-s9s7 ай бұрын
The world is not ready for wasm yet. But it will improve slowly.
@kalist89386 ай бұрын
Too many specific blazor tag for front end dev. Sorry but its too far away from html.
@kourosh2346 ай бұрын
quickgrid looks bootsrapish? cool
7 ай бұрын
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.
@Suriprofz7 ай бұрын
Show some real world examples. This is easy
@coinboybit72815 ай бұрын
SEO with loaded data is completely impossible. Disappointed!’
@PortalUser25 ай бұрын
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.