Modern Web Development with Blazor & .NET 5

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 70

  • @DotnetistEnterprise
    @DotnetistEnterprise 4 роки тому +130

    the mic is in your head sir!

  • @dansmif
    @dansmif 4 роки тому +70

    This was great. You guys deserve an Oscar for that acting 😂

    • @acveigascs
      @acveigascs 4 роки тому +4

      They definitely deserve an Oscar 😂😂😂 Its not easy to act online

    • @banzai316
      @banzai316 3 роки тому

      🤣🤣

  • @andrewbeeman9083
    @andrewbeeman9083 4 роки тому +17

    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.

  • @BrianHallmanac
    @BrianHallmanac 3 роки тому +1

    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.

  • @jimiscott
    @jimiscott 4 роки тому +1

    This is great. Having the ability to run blazor components is massive.

  • @ivanb8662
    @ivanb8662 4 роки тому +33

    Where found source code of this example?

    • @danroth2h7
      @danroth2h7 4 роки тому +7

      The projects we used for this talk are here: github.com/danroth27/PartsUnlimited/tree/demo

    • @DigitalNomadOnFIRE
      @DigitalNomadOnFIRE 3 роки тому

      In his hair

  • @DigitalNomadOnFIRE
    @DigitalNomadOnFIRE 3 роки тому +1

    Excellent speaking through the hair technique there, truly advanced....

  • @paulallen04105
    @paulallen04105 4 роки тому +16

    I think Daniel should share some of his pills with Javier.

  • @ajazahmad2386
    @ajazahmad2386 4 роки тому +1

    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.

  • @MUSICA1742
    @MUSICA1742 4 роки тому

    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.

  • @FINSuojeluskunta
    @FINSuojeluskunta 4 роки тому

    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.

  • @TheAndreArtus
    @TheAndreArtus 4 роки тому +9

    4:05 Good thing Javier made the changes off-line, no-one would care to see how that was done.

  • @Jel.Awesh.M
    @Jel.Awesh.M 4 роки тому +7

    Daniel, I really liked your enthusiasm but on the other hand, Javier....starting with you microphone in your head....

    • @danroth2h7
      @danroth2h7 4 роки тому +2

      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.

  • @alexzzz3588
    @alexzzz3588 4 роки тому +1

    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?

    • @danroth2h7
      @danroth2h7 4 роки тому

      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.

    • @alexzzz3588
      @alexzzz3588 3 роки тому

      @@danroth2h7 Thank you ! Cosidering the Epic Work you are guys busy with, the reply is rare and precious as well as prepared documentation.

  • @sky78710
    @sky78710 4 роки тому +6

    It is so strong work .. thank you dotnet.

  • @mioupink
    @mioupink 4 роки тому +1

    Which is better for client side, Blazor or JavaScript?

  • @saddamhossaindotnet
    @saddamhossaindotnet 4 роки тому

    I just love you @Daniel Roth. You are awesome!

  • @aqeelbaloch1116
    @aqeelbaloch1116 4 роки тому +1

    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

  • @marcosphs
    @marcosphs 3 роки тому

    Dear Daniel, how do I add Blazor components to an MVC application?

  • @cessargraux
    @cessargraux 3 роки тому

    This will be on Channel9? because I would like to see it with subtitles in Spanish to be able to understand it better

  • @AbrahamLaria
    @AbrahamLaria 4 роки тому +3

    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 😞

  • @paulallen04105
    @paulallen04105 4 роки тому +4

    I can already predict that the next iteration will focus on hiding that blazor complexity or at least clean it up somehow

  • @ihorbond
    @ihorbond 3 роки тому

    Parts unlimited hahaha someone read the Phoenix Project I see ! Amazing book and cool video, eager to try out blazor

  • @flcrm733
    @flcrm733 3 роки тому +1

    what is an advantage over any js framework ?

    • @TheITomG
      @TheITomG 3 роки тому +2

      The advantage is no js ;D

  • @wiepcorbier
    @wiepcorbier 4 роки тому

    Blazor, we are back in time, it's classic ASP.
    Next step follows in 5 years: separation of HTML and Code. ( Code behind)

    • @studentt6064
      @studentt6064 4 роки тому +2

      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.

    • @danroth2h7
      @danroth2h7 4 роки тому +2

      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

  • @hero1v1
    @hero1v1 4 роки тому

    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.

  • @sky78710
    @sky78710 4 роки тому +4

    Can you share the source please?

    • @guyincognito1985
      @guyincognito1985 4 роки тому +9

      I think this is it, or try another branch?
      github.com/danroth27/PartsUnlimited/tree/demo

  • @DigitalNomadOnFIRE
    @DigitalNomadOnFIRE 3 роки тому

    Please Microsoft, sell T-Shirts with a pic of Javier with the mic in his hair, I'll buy 5.

  • @Netherlands031
    @Netherlands031 3 роки тому

    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?

  • @M4tt1mus
    @M4tt1mus 3 роки тому

    blazor server and an entire sln switcheroo?

  • @kourosh234
    @kourosh234 4 роки тому +1

    Where is the code?

  • @loozich
    @loozich 3 роки тому

    Can someone send GitHub link from this project, please?

  • @lasindunuwanga5292
    @lasindunuwanga5292 3 роки тому

    Awesome 💞

  • @KAAN_TR
    @KAAN_TR 3 роки тому +1

    Where is the source code for this project?

    • @SayWhaaaaaaaaaaaaaaaaaaaaaaat
      @SayWhaaaaaaaaaaaaaaaaaaaaaaat 3 роки тому

      it's so complex you should pass on it :) not good as an example. just use youtube will help you more.

  • @Courserasrikanthdrk
    @Courserasrikanthdrk 4 роки тому

    thanks a lot

  • @techiebhogi1960
    @techiebhogi1960 3 роки тому

    Can you provide source code of this video?

  • @lestercerioli1630
    @lestercerioli1630 4 роки тому

    It's very wonderful!!!

  • @atpayero
    @atpayero 4 роки тому

    excelente job!

  • @isyankarmakarna9865
    @isyankarmakarna9865 3 роки тому

    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.

  • @yvau
    @yvau 4 роки тому

    Like u haven't done no testing first. Hummm

  • @SayWhaaaaaaaaaaaaaaaaaaaaaaat
    @SayWhaaaaaaaaaaaaaaaaaaaaaaat 3 роки тому

    FOR ME WHENEVER I USE BLAZOR IN ASP NET WEBSITE - IT KILLS jQuery. jQuery no longer works.

  • @klarnorbert
    @klarnorbert 3 роки тому

    Still too much setup logic/boilerplate.

  • @mr_don_key
    @mr_don_key 3 роки тому

    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.

  • @VitaliyZlobin
    @VitaliyZlobin 3 роки тому

    ЗБС))

  • @musazulu7013
    @musazulu7013 4 роки тому

    Hi
    I am learning Blazor can i please have the source code for this application

  • @elkhoukhi
    @elkhoukhi 4 роки тому

    Javier man! next time speak up or get a better quality mic

    • @maacpiash
      @maacpiash 4 роки тому +2

      The mic was on his head the whole time 😂

  • @selimtv3428
    @selimtv3428 3 роки тому

    "Ehhh" x10000000