This was great. You guys deserve an Oscar for that acting 😂
@acveigascs4 жыл бұрын
They definitely deserve an Oscar 😂😂😂 Its not easy to act online
@banzai3163 жыл бұрын
🤣🤣
@ivanb86624 жыл бұрын
Where found source code of this example?
@danroth2h74 жыл бұрын
The projects we used for this talk are here: github.com/danroth27/PartsUnlimited/tree/demo
@DigitalNomadOnFIRE3 жыл бұрын
In his hair
@andrewbeeman90834 жыл бұрын
Just published my first Blazor app in 5 that replaces my previous React app. I couldn’t be happier. Please make XAML as wonderful as Blazor for MAUI.
@BrianHallmanac4 жыл бұрын
Great job on this video! This video was the reason I pulled the trigger on going with Blazor for a new backend being used on an existing website being converted to a web app.
@TheAndreArtus4 жыл бұрын
4:05 Good thing Javier made the changes off-line, no-one would care to see how that was done.
@jimiscott4 жыл бұрын
This is great. Having the ability to run blazor components is massive.
@paulallen041054 жыл бұрын
I think Daniel should share some of his pills with Javier.
@DigitalNomadOnFIRE3 жыл бұрын
Excellent speaking through the hair technique there, truly advanced....
@alexzzz35884 жыл бұрын
Is there formal documentation regarding MVC/RazorPages+Blazor in one project, which includes server setting up (if required or I need "just to add Blazor component"), authentication tweaks and other details? How does Blazor component work in case user disables JavaScripts in browser?
@danroth2h74 жыл бұрын
Take a look at docs.microsoft.com/aspnet/core/blazor/components/prerendering-and-integration. Blazor does require a browser that can execute JS in order to function.
@alexzzz35883 жыл бұрын
@@danroth2h7 Thank you ! Cosidering the Epic Work you are guys busy with, the reply is rare and precious as well as prepared documentation.
@aqeelbaloch11164 жыл бұрын
I have applied the AdminLTE template to my Blazor Web Assembly project and the layout works fine. But the JQuery document ready function was not working so I have called it from the Blazor component and then the plugin controls display perfectly. After doing so I am facing issues with Blazor Model Binding to input fields. Would you please suggest how can I resolve this issue? I have posted this question on StackOverflow with code snippets stackoverflow.com/questions/64829660/blazor-web-assembly-application-input-field-binding-is-not-working-after-calli
@ajazahmad23864 жыл бұрын
No doubt Not net is on its climax but main source or media conveying us the latest features and efficiencies we know only Danial Roth Thanks so much.
@sky787104 жыл бұрын
It is so strong work .. thank you dotnet.
@flcrm7333 жыл бұрын
what is an advantage over any js framework ?
@TheITomG3 жыл бұрын
The advantage is no js ;D
@Netherlands0314 жыл бұрын
Lost it at 6:16. What on earth is the meaning of what Javier is saying here? We're passing an Id, which is not available in the context or something?
@mioupink4 жыл бұрын
Which is better for client side, Blazor or JavaScript?
@russellkemmit734 жыл бұрын
Blazor/Assembly with JavaScript interop.
@fieryscorpion3 жыл бұрын
Blazor
@MUSICA17424 жыл бұрын
Thank You so much all of you. I like the way you did the video. very well prepared. I've learned a lot. Congratulations and Thank you so much.
@marcosphs3 жыл бұрын
Dear Daniel, how do I add Blazor components to an MVC application?
@sky787104 жыл бұрын
Can you share the source please?
@guyincognito19854 жыл бұрын
I think this is it, or try another branch? github.com/danroth27/PartsUnlimited/tree/demo
@hero1v14 жыл бұрын
After deploying my .net 5 Blazor WASM app in IIS, when domain is secure (HTTPs) i get 2 errors and the app crashes Failed to start platform. Reason: RuntimeError: memory access out of bounds and Error: Error loading ICU asset.
@cessargraux3 жыл бұрын
This will be on Channel9? because I would like to see it with subtitles in Spanish to be able to understand it better
@Jel.Awesh.M4 жыл бұрын
Daniel, I really liked your enthusiasm but on the other hand, Javier....starting with you microphone in your head....
@danroth2h74 жыл бұрын
He actually had another fancy mic sitting in front of him 😄. The headset was just for the speakers. But we think he accidentally bumped the gain on his desk mic, hence the softer audio.
@FINSuojeluskunta4 жыл бұрын
I really like that this seems to be made with centralized identity and JWT in mind. It seems like just another client, but one that integrates with .NET Core components. I am still getting destroyed dealing with permissions while using JWTs though, but I will absolutely take a look at Blazor when I get my identity/API done.
@loozich3 жыл бұрын
Can someone send GitHub link from this project, please?
@kourosh2344 жыл бұрын
Where is the code?
@High_Mauntains4 жыл бұрын
Where is the source code for this project?
@SayWhaaaaaaaaaaaaaaaaaaaaaaat3 жыл бұрын
it's so complex you should pass on it :) not good as an example. just use youtube will help you more.
@LolzerCakes4 жыл бұрын
blazor server and an entire sln switcheroo?
@saddamhossaindotnet4 жыл бұрын
I just love you @Daniel Roth. You are awesome!
@paulallen041054 жыл бұрын
I can already predict that the next iteration will focus on hiding that blazor complexity or at least clean it up somehow
@techiebhogi19603 жыл бұрын
Can you provide source code of this video?
@AbrahamLaria4 жыл бұрын
I was really interested in the "getting ready for blazor" part and then he said "I went ahead and did for you", what a let down 😞
@ihorbond3 жыл бұрын
Parts unlimited hahaha someone read the Phoenix Project I see ! Amazing book and cool video, eager to try out blazor
@isyankarmakarna98653 жыл бұрын
U must make blazor like flask. blazor is very compilated and we can not learn it easly. Make a video that teach us that blazor serverside from the empty project.
@wiepcorbier4 жыл бұрын
Blazor, we are back in time, it's classic ASP. Next step follows in 5 years: separation of HTML and Code. ( Code behind)
@studentt60644 жыл бұрын
you can have code behind files, and it is perfectly possible to layer your code so all business logic is not in the code-behind file but is unit-testable.
@danroth2h74 жыл бұрын
There's no time like the present! Code-behind support with partial classes is already available: docs.microsoft.com/aspnet/core/blazor/components#partial-class-support
@DigitalNomadOnFIRE3 жыл бұрын
Please Microsoft, sell T-Shirts with a pic of Javier with the mic in his hair, I'll buy 5.
@SayWhaaaaaaaaaaaaaaaaaaaaaaat3 жыл бұрын
FOR ME WHENEVER I USE BLAZOR IN ASP NET WEBSITE - IT KILLS jQuery. jQuery no longer works.
@yvau4 жыл бұрын
Like u haven't done no testing first. Hummm
@musazulu70134 жыл бұрын
Hi I am learning Blazor can i please have the source code for this application
@klarnorbert3 жыл бұрын
Still too much setup logic/boilerplate.
@mr_don_key3 жыл бұрын
video is kind of difficult to follow: 1) Javier's voice volume is quite lower than Daniel's. 2) Javier's voice is more muffled sounding, making it harder to hear what he says. 3) his accent doesn't help in this context (explaining things as a tutor). 4) many copy paste elements being done, without proper explaining, and on top, clicking too fast through the file structures, making it harder to follow.
@lestercerioli16304 жыл бұрын
It's very wonderful!!!
@lasindunuwanga52923 жыл бұрын
Awesome 💞
@atpayero4 жыл бұрын
excelente job!
@Courserasrikanthdrk4 жыл бұрын
thanks a lot
@selimtv34283 жыл бұрын
"Ehhh" x10000000
@elkhoukhi4 жыл бұрын
Javier man! next time speak up or get a better quality mic