Blazor Server Full CRUD Operations From Scratch Incl. EF Core

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

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

  • @DustinDustin00
    @DustinDustin00 8 หลายเดือนก่อน

    This is a terrific video, I love the style of just dropping in the code blocks and not watching you type everything.

  • @jorgerc4288
    @jorgerc4288 7 หลายเดือนก่อน +1

    Thxs for sharing! Quick question, what would be the main raison why the Add Producto does not show the overlay? Btw, Im using the Componets folder to add all pages.

  • @parko1965
    @parko1965 10 หลายเดือนก่อน

    I would probably use a confirmation overlay for the delete action, but excellent tutorial.👍

  • @gherghinamihnea5294
    @gherghinamihnea5294 11 หลายเดือนก่อน +1

    Good video ! Care to make a video on how to add unit tests and integration tests for this CRUD operations?

    • @Codewrinkles
      @Codewrinkles  11 หลายเดือนก่อน +1

      From my point of view, there's nothing to unit test in CRUD operations. Integration tests might be indeed useful. I'd probably do that through the bUnit package. I don't promise anything about a video, but I'll have it in mind. Thanks for watching.

  • @Tamer_Ali
    @Tamer_Ali 11 หลายเดือนก่อน

    Thanks Mr.Dan for the awesome video.
    Do you recommend a standalone components for Add and Edit instead of a single one for both of them?

    • @Codewrinkles
      @Codewrinkles  11 หลายเดือนก่อน

      As said in the video, I prefer to have them separated. I know they might have a lot of similarities, but in realities they have different reasons for change. You need to change something for the adding part and it might break the edit part. or the other way around. Practical experience showed me that it's more maintainable to have them separate.

    • @Codewrinkles
      @Codewrinkles  11 หลายเดือนก่อน

      Goes not only for Blazor components. But I'd do the same if I use Angular, React or other frameworks

  • @rafapioli75
    @rafapioli75 11 หลายเดือนก่อน

    Great video! I got a lot of insights from your explanation. Thanks!

    • @Codewrinkles
      @Codewrinkles  11 หลายเดือนก่อน

      Glad you found it useful

  • @AndersonSchmitt
    @AndersonSchmitt 7 หลายเดือนก่อน

    Excelent video. Thanks for sharing.

  • @talkathiriify
    @talkathiriify 10 หลายเดือนก่อน

    Thank you very much for awesome videos you always make.👍

    • @Codewrinkles
      @Codewrinkles  10 หลายเดือนก่อน

      So nice of you

  • @JackyTheCoww
    @JackyTheCoww 8 หลายเดือนก่อน

    is it advisable to create an interface for the services? such as IProductService?

  • @ruinenlust_
    @ruinenlust_ 11 หลายเดือนก่อน

    Any plans for making videos on the new Blazor functionalities from .NET 8?

    • @Codewrinkles
      @Codewrinkles  11 หลายเดือนก่อน

      Be sure of that :)

  • @gzuares
    @gzuares 7 หลายเดือนก่อน

    using AddDbContextFactory How can I use db Transacctions as a unit of work?

  • @omahb
    @omahb 3 หลายเดือนก่อน

    Wonderfull, Thank you :)

  • @gzuares
    @gzuares 7 หลายเดือนก่อน

    is there a github repository link
    for this project?

  • @sudidav
    @sudidav 11 หลายเดือนก่อน

    Nice demo. 👌

    • @Codewrinkles
      @Codewrinkles  11 หลายเดือนก่อน

      Thanks! 👍