Blazor Dependency Injection

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • Blazor uses .NET dependency injection - but there's a few quirks to watch out for.
    Source code available at: github.com/Jas...

ความคิดเห็น • 7

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  2 ปีที่แล้ว

    What interests you most about Blazor? Leave a message.
    Source code at: github.com/JasperKent/Blazor-Dependency-Injection
    Source code for server at: github.com/JasperKent/Restful-Book-Review-Api
    Remember to subscribe at th-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
    And if you liked the video, don't forget to click the 👍.

  • @oncalldev
    @oncalldev 2 ปีที่แล้ว +1

    I think one of the things that I enjoy about well produced content such as yours is that there's the learning about the main topic of the video as well as something I call "sneaky learning". Sneaky learning is just picking up bits and pieces of coding conventions while seeing a demo being built that I'm either not familiar with or may be something that I may want to adopt and incorporate in my own way of software development. Thanks for videos.

  • @guillermoleon0216
    @guillermoleon0216 ปีที่แล้ว +1

    This was an amazing guide. Thanks!

  • @cissemy
    @cissemy 2 ปีที่แล้ว

    Great.
    Can you add pagination and filtering ?

  • @athlentral-1491
    @athlentral-1491 2 ปีที่แล้ว +1

    Why blazor webassembly getting more publicity than blazor web server. Is Microsoft guiding us more towards using web assembly more than blazor server. I do understand their uses and benefits but everywhere I check most of real world projects are teaching us blazor web assembly. Is there certain truth that blazor server is not getting as much interest or traction as server? Or what is influencing the media to promote one more than the other? Thx.

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  2 ปีที่แล้ว

      IMHO Blazor Server is shite. Except when it comes to MAUI. More details at th-cam.com/video/JxjeSYMn-8k/w-d-xo.html

  • @koala59230
    @koala59230 ปีที่แล้ว

    very clear but not very deep in the DI notion in blazor for me.