Blazor RenderFragment

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025
  • НаукаНаука

Комментарии • 15

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  10 месяцев назад +1

    Any other aspects of Blazor you'd like me to make a video on? Leave a comment.
    Source code available at: github.com/JasperKent/Blazor-Render-Fragments
    Remember to subscribe at ruclips.net/channel/UCqWQzlUDdllnLmtgfSgYTCA
    And if you liked the video, click the 👍.

    • @robinheyer708
      @robinheyer708 10 месяцев назад

      Thank you very much!. It's amazing how much the understanding of one component can improve your experience in Blazor.

  • @4rmboy
    @4rmboy 10 месяцев назад +2

    Can you make a video about Covariance and Contravariance in generics or about nullable reference types in modern c#?
    Also thanks for videos!

    • @CodingTutorialsAreGo
      @CodingTutorialsAreGo  10 месяцев назад +2

      Already done.
      Co/Contravariance: ruclips.net/video/3FTvHnhmd88/видео.html
      Nullable references: ruclips.net/video/VkelpHkkg4I/видео.html

    • @4rmboy
      @4rmboy 10 месяцев назад +1

      @@CodingTutorialsAreGo Oh i didn't see them )) Thanks a lot!

  • @CRBarchager
    @CRBarchager 10 месяцев назад +2

    Very informative with great examples. I never come across this before and I've used RenderFragments combined and seperat mode for years. Thank you for sharing.

  • @liquidpebbles
    @liquidpebbles 9 месяцев назад +1

    Very glad I watched this video. I didn't know about the first method presented for using render fragments. Great stuff.

  • @mattbristo6933
    @mattbristo6933 5 месяцев назад +1

    Brilliant video. Thank you.

  • @Sorlandskode
    @Sorlandskode 10 месяцев назад +1

    Awesome video as usuall, Jasper. I always look forward to when you release new videos.

  • @AmerBakeer
    @AmerBakeer 10 месяцев назад +1

    Very useful and informative. Thank you.

  • @talkathiriify
    @talkathiriify 10 месяцев назад +1

    Very helpful.
    Thank you so much.

  • @pirnadi
    @pirnadi 7 месяцев назад

    I have a question about how to combile RenderFragment with 2-Way Binding feature of Blazor?
    Let's say I want to generate a dynamic page using RenderFragment and within the fragment generated
    there is a TextBox component being bound to a page's string property.
    The TextBox will display the string value initially and when I change the string in the TextBox then this change
    will be reflected in the page string property at the same time (hence it is named 2-Way Binding).
    How can I achieve this? Thank you.

  • @10Totti
    @10Totti 10 месяцев назад +2

    Nice tutorial thanks!