I'm learning Umbraco and as you all know there is a lot of information out there which is pretty confusing.
Is there some sort of cheat sheet that I could download which explains what each Interface is used for and for which version along with some example code ?
For example IPublishedContent, IContentService IMemberService, ISignInService etc etc explaining the purpose and which version of Umbraco these are applicable to with an example of usage?
But if you just want to be taken through building a basic site, then legendary community member Paul Seal has a video series that takes you gently through building a site from scratch:
Abby cheat sheets from Umbraco?
Hi guys
I'm learning Umbraco and as you all know there is a lot of information out there which is pretty confusing.
Is there some sort of cheat sheet that I could download which explains what each Interface is used for and for which version along with some example code ?
For example IPublishedContent, IContentService IMemberService, ISignInService etc etc explaining the purpose and which version of Umbraco these are applicable to with an example of usage?
Hi Linx
Yes so many different versions using different technologies over ten years, it can be really hard to find the latest information.
The later versions based on .NET Core have their own dedicated documentation site:
https://docs.umbraco.com/umbraco-cms/
So anything on the old documentation platform: https://our.umbraco.com/documentation/ is likely to refer to Versions 8 and below.
The 'Diving into the code' landing page is a useful starting point: https://docs.umbraco.com/umbraco-cms/reference/dive-into-the-code
But in terms of quick reference, there are some 'auto-generated' pages from the codebase comments:
https://docs.umbraco.com/umbraco-cms/reference/api-documentation#c-api-documentation
There is a literal Cheatsheet for 'Razor syntax' https://docs.umbraco.com/umbraco-cms/fundamentals/design/templates/razor-cheatsheet
and there is a Samples repo, that shows examples from the documentation in context:
https://github.com/umbraco/Umbraco.Docs.Samples
But I think what you really looking for is an overview to get you started to just make sense of all the information, IPublishedWhat?
The official fundamentals training course aims to do this, but costs money...
... there are a series of YouTube videos that try to introduce concepts in byte sized chunks:
https://www.youtube.com/@UmbracoLearningBase
But if you just want to be taken through building a basic site, then legendary community member Paul Seal has a video series that takes you gently through building a site from scratch:
https://www.youtube.com/watch?v=qEZtjxDEK8g&list=PL90L_HquhD-81xTOCLLJZLl1roU6hXPhp
regards
marc
is working on a reply...