Umbraco 13 Tutorial - Episode 4 - Document Types

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

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

  • @SlavnyVlk
    @SlavnyVlk 28 วันที่ผ่านมา +1

    Thank you Paul. Very interesting and helpful. Thank you from Slovakia.

  • @lukegibson782
    @lukegibson782 3 หลายเดือนก่อน +1

    I've been searching for the best way to do site settings for months! this is outstanding! thank you so much Paul!

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

      Ah thanks Luke. I’m so pleased you like my videos.

  • @jonathanshroyer9762
    @jonathanshroyer9762 2 หลายเดือนก่อน

    Your Umbraco 13 series is a gift from God! It is so difficult to pull all of this together from other sources and you have done a fantastic job with all of this. Thank you again from Michigan!

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

      Thank you so much for your kind words

  • @Idiotsmurf92
    @Idiotsmurf92 2 หลายเดือนก่อน

    Big thanks from Sweden!
    Im hoping to start my own business soon, with the help of your vids.

    • @CodeSharePaul
      @CodeSharePaul  2 หลายเดือนก่อน +1

      Wow. Good luck for your new business

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

    Türkiye'den selamlar. Videolarınızdan çok şey öğrendim ve öğrenmeye devam ediyorum. Teşekkür ederim.

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

      Hi. It’s great to hear from you in Turkey. I’ve been to Turkey on holiday twice now and I think the Turkish people are the friendliest and most welcoming. I hope you enjoy the rest of the series.

  • @thebigeasye77
    @thebigeasye77 4 หลายเดือนก่อน

    thanks for this! Been a fun ride so far and learning a lot!

    • @CodeSharePaul
      @CodeSharePaul  4 หลายเดือนก่อน +1

      You’re welcome I hope you stick with it

  • @vladimirsmironovs4319
    @vladimirsmironovs4319 4 หลายเดือนก่อน +2

    I like your page structure how you create all content. Maybe I should try to use the same in some new project. Thanks for new view on Umbraco tree.

    • @CodeSharePaul
      @CodeSharePaul  4 หลายเดือนก่อน +1

      Good. I hope it helps your tree structure in future

  • @paulwright4535
    @paulwright4535 4 หลายเดือนก่อน

    You mentioned that you had an opinon on the usage of ModelsBuilder. I have worked on some sites where they use ModelsBuilder, whereas some sites/agencies prefer not to use the Models Builder, but to use their own. Mainly as it gives the developer greater control on how property fallback values are used, and also to ensure base models can be inhereit from. e.g simpleblock.cs - > standardblock.cs - > StandardBlockWithExtraThing.cs
    What is your preferred approach?

    • @CodeSharePaul
      @CodeSharePaul  4 หลายเดือนก่อน +1

      I prefer to use ModelsBuilder nowadays. If I need to do anything out of the norm I can get the IPublishedContent and use that instead. Using ModelsBuilder makes upgrades so much easier as the views can nearly stay the same. I like to keep the same namespace that Umbraco generates and I don’t like to generate them in a separate project. Also source code manual for the win.

  • @ricardofernandes3223
    @ricardofernandes3223 4 หลายเดือนก่อน +2

    HI paul, is it possible to get this source code with usync enable?

    • @CodeSharePaul
      @CodeSharePaul  4 หลายเดือนก่อน

      Hi Ricardo. Sorry I don’t have it at this episode. You will need to get it from episode 9 in GitHub

  • @colinsb007
    @colinsb007 4 หลายเดือนก่อน

    Is dynamic query better than using 'root node' in combination with 'allow items of type'?

    • @CodeSharePaul
      @CodeSharePaul  4 หลายเดือนก่อน

      Yes because it opens it up at a specific location in the tree rather than the user having to navigate the picker through the tree just to get to the items they want to select

    • @colinsb007
      @colinsb007 4 หลายเดือนก่อน

      @@CodeSharePaul ok, for specific nodes with multiple types/levels will use query approach next :)