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!
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.
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?
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.
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
Thank you Paul. Very interesting and helpful. Thank you from Slovakia.
You’re welcome
I've been searching for the best way to do site settings for months! this is outstanding! thank you so much Paul!
Ah thanks Luke. I’m so pleased you like my videos.
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!
Thank you so much for your kind words
Big thanks from Sweden!
Im hoping to start my own business soon, with the help of your vids.
Wow. Good luck for your new business
Türkiye'den selamlar. Videolarınızdan çok şey öğrendim ve öğrenmeye devam ediyorum. Teşekkür ederim.
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.
thanks for this! Been a fun ride so far and learning a lot!
You’re welcome I hope you stick with it
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.
Good. I hope it helps your tree structure in future
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?
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.
HI paul, is it possible to get this source code with usync enable?
Hi Ricardo. Sorry I don’t have it at this episode. You will need to get it from episode 9 in GitHub
Is dynamic query better than using 'root node' in combination with 'allow items of type'?
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
@@CodeSharePaul ok, for specific nodes with multiple types/levels will use query approach next :)